Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/.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
2020-01-30 20:19:57 +13:00
if [ -f /var/run/dbus/pid ]; then
rm -f /var/run/dbus/pid
2020-01-28 20:07:35 +13:00
fi
2020-01-27 14:28:39 +13:00
/usr/bin/dbus-daemon --nofork --print-pid --config-file=/usr/share/dbus-1/system.conf