[main]
@type=classic
@description="dbus daemon"
@version=0.0.1
@user=(root)
@notify=3
[start]
@execute=(
    execl-toc -d /run/dbus -m0755 -g 81 -o 81
    foreground { dbus-uuidgen --ensure }
    /usr/bin/dbus-daemon --system --nofork --nopidfile --print-pid=3
)

