From 1300eafdd1cce3696761bf8df0bdb2702553fc9b Mon Sep 17 00:00:00 2001 From: icedream Date: Sun, 25 Oct 2015 01:47:47 +0200 Subject: [PATCH] Remove leftover DBus files since it prevents DBus from starting properly. --- etc/service/dbus-daemon/run | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/service/dbus-daemon/run b/etc/service/dbus-daemon/run index fb6500b..f130f6f 100755 --- a/etc/service/dbus-daemon/run +++ b/etc/service/dbus-daemon/run @@ -1,2 +1,3 @@ #!/bin/sh +rm -f /var/run/dbus/* exec dbus-daemon --nofork --system \ No newline at end of file