summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/dbus/run
blob: af6ebbb83a210ca4ed5abb278a529e6867ebebdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
exec 2>&1
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting dbus"
if [[ ! -d /run/dbus ]] 
then
   install -m755 -g 81 -o 81 -d /run/dbus
fi


exec /usr/bin/dbus-daemon --system --nofork 2>/dev/null >/dev/null