mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
multistage Dockerfile.
This commit is contained in:
11
runtime/dbus
Normal file
11
runtime/dbus
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
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
|
||||
|
||||
/usr/bin/dbus-daemon --nofork --print-pid --config-file=/usr/share/dbus-1/system.conf
|
Reference in New Issue
Block a user