11 lines
221 B
Plaintext
Raw Normal View History

2020-01-27 01:28:39 +00:00
#!/bin/sh
2020-01-28 07:07:35 +00:00
if [ ! -d /var/run/dbus ]; then
mkdir -p /var/run/dbus
fi
2020-01-30 07:19:57 +00:00
if [ -f /var/run/dbus/pid ]; then
rm -f /var/run/dbus/pid
2020-01-28 07:07:35 +00:00
fi
2020-01-27 01:28:39 +00:00
/usr/bin/dbus-daemon --nofork --print-pid --config-file=/usr/share/dbus-1/system.conf