LL_Runit_Scripts/sv/dbus/run

8 lines
207 B
Text
Raw Normal View History

2021-06-07 01:02:20 +00:00
#!/bin/sh
if [ ! -d /var/run/dbus ]; then
mkdir -p /var/run/dbus
chown messagebus /var/run/dbus
chgrp messagebus /var/run/dbus
fi
exec /usr/bin/dbus-daemon --system --nofork --nopidfile --syslog-only