Archived
2
0

arm based container

This commit is contained in:
mbattista
2021-03-29 10:27:28 +01:00
parent 733cd55c3c
commit 3cb4a1795b
12 changed files with 1284 additions and 0 deletions

11
.m1k1o/arm_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