description "Startup autofs System for local configuration files" author "Harald Kueller " version 1.0 emits none special start on (runlevel [2345] and (started ifup)) stop on runlevel [016] console output post-start script dbus-uuidgen --ensure end script script export PATH=$PATH:/usr/X11R7/bin /usr/bin/dbus-daemon --system --nofork end script post-stop script if [ -f /var/run/dbus/pid ]; then rm /var/run/dbus/pid fi end script