#!/usr/bin/env watchman #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 } start() { watchman.start }