description "The D-BUS systemwide message bus" start on started SERVICE=syslog-ng stop on pld.shutdown-started pre-start script if modinfo capability >/dev/null 2>&1; then modprobe -s capability fi dbus-uuidgen --ensure end script respawn exec /usr/bin/dbus-daemon --system --fork post-stop script rm -f /var/run/dbus.pid || : end script expect fork # vi: ft=upstart