summaryrefslogtreecommitdiff
path: root/init.d/dbus
blob: 055c1baf1a095af1d8fd1af34e9047342a58c044 (plain)
1
2
3
4
5
6
#!/sbin/openrc-run

pidfile="${XDG_RUNTIME_DIR:-${RC_SVCDIR}}/${RC_SVCNAME#*.}"
command="/usr/bin/dbus-daemon"
command_args="--session --syslog --nofork --address unix:path=${XDG_RUNTIME_DIR:-${RC_SVCDIR}}/bus"
command_background=yes