From: Tom Benn Date: Thu, 17 Oct 2019 10:20:04 +0000 (+0000) Subject: dbus: update dbus-1.init to reflect new PID file X-Git-Tag: uninative-2.8~1296 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2ed6f06f30cb54b9c70f1a92d93c920ec4d01ffe;p=openembedded-core.git dbus: update dbus-1.init to reflect new PID file The PID file referenced in dbus-1.init script was out of date and no longer existed. This meant that dbus could not be restarted via init.d without force removing the old PID file. Signed-off-by: fridgecow Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/dbus/dbus/dbus-1.init b/meta/recipes-core/dbus/dbus/dbus-1.init index 42c86297c3..90e167e572 100644 --- a/meta/recipes-core/dbus/dbus/dbus-1.init +++ b/meta/recipes-core/dbus/dbus/dbus-1.init @@ -21,8 +21,8 @@ DAEMON=@bindir@/dbus-daemon NAME=dbus -DAEMONUSER=messagebus # must match /etc/dbus-1/system.conf -PIDFILE=/var/run/messagebus.pid # must match /etc/dbus-1/system.conf +DAEMONUSER=messagebus # must match /usr/share/dbus-1/system.conf +PIDFILE=/var/run/dbus/pid # must match /usr/share/dbus-1/system.conf UUIDDIR=/var/lib/dbus DESC="system message bus" EVENTDIR=/etc/dbus-1/event.d