neko/.docker/files/dbus

11 lines
221 B
Plaintext
Raw Normal View History

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