Corrected the bug on reboot

This commit is contained in:
2022-01-06 22:40:12 +01:00
committed by GitHub
parent bb0327ca64
commit 73880d0201

View File

@@ -1,6 +1,6 @@
#!/bin/sh
rm -rf /var/run
mkdir -p /var/run/dbus
rm -rf /var/run /run/dbus
mkdir -p /var/run/dbus /run/dbus
dbus-uuidgen --ensure
dbus-daemon --system
avahi-daemon --daemonize --no-chroot