Archived
2
0

rename to .docker, fixes #95.

This commit is contained in:
Miroslav Šedivý
2021-11-27 14:23:33 +01:00
parent b348f48092
commit 4a1d3944c5
61 changed files with 15 additions and 15 deletions

11
.docker/base/dbus Executable file
View 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