diff --git a/init.d/dbus b/init.d/dbus index 5e092d7..07f1181 100755 --- a/init.d/dbus +++ b/init.d/dbus @@ -3,13 +3,12 @@ #service_respawn=true service_command='/usr/bin/dbus-daemon' service_args='--system --nofork' +service_tmpdirs=( '/run/dbus' ) start_pre() { /usr/bin/dbus-uuidgen --ensure=/etc/machine-id - [[ -e /run/dbus ]] || { mkdir /run/dbus; } } start() { - start_pre watchman.start }