summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorTom Benn <fridgecow@fb.com>2019-10-17 10:20:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-23 16:30:36 +0100
commitb49803dfe182d3bc68a37505d0096e236cbce532 (patch)
treea8a374cf0d739cb6d364e943515909ae7f5e9ca4 /meta/recipes-core/dbus
parent45a97bccf667a7bb6b8b7f2e7ad2ce234000cff8 (diff)
downloadpoky-b49803dfe182d3bc68a37505d0096e236cbce532.tar.gz
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. (From OE-Core rev: 2ed6f06f30cb54b9c70f1a92d93c920ec4d01ffe) Signed-off-by: fridgecow <fridgecow@fb.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus/dbus-1.init4
1 files changed, 2 insertions, 2 deletions
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 @@
21 21
22DAEMON=@bindir@/dbus-daemon 22DAEMON=@bindir@/dbus-daemon
23NAME=dbus 23NAME=dbus
24DAEMONUSER=messagebus # must match /etc/dbus-1/system.conf 24DAEMONUSER=messagebus # must match /usr/share/dbus-1/system.conf
25PIDFILE=/var/run/messagebus.pid # must match /etc/dbus-1/system.conf 25PIDFILE=/var/run/dbus/pid # must match /usr/share/dbus-1/system.conf
26UUIDDIR=/var/lib/dbus 26UUIDDIR=/var/lib/dbus
27DESC="system message bus" 27DESC="system message bus"
28EVENTDIR=/etc/dbus-1/event.d 28EVENTDIR=/etc/dbus-1/event.d