diff options
author | Tom Benn <fridgecow@fb.com> | 2019-10-17 10:20:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-29 09:08:18 +0000 |
commit | db4b5fd6865defe648a8f190f6e03049d35e1b5a (patch) | |
tree | bd697938e8404298cb3a0d8542dd49ab4d1eaabc /meta/recipes-core | |
parent | 149ad2c3e23dee4b36c60dff2b5aee6aee6a892c (diff) | |
download | poky-db4b5fd6865defe648a8f190f6e03049d35e1b5a.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: a9d3cae5668fbcae7145b8cdba786caa30b5b3d3)
Signed-off-by: fridgecow <fridgecow@fb.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit 2ed6f06f30cb54b9c70f1a92d93c920ec4d01ffe)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus/dbus-1.init | 4 |
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 | ||
22 | DAEMON=@bindir@/dbus-daemon | 22 | DAEMON=@bindir@/dbus-daemon |
23 | NAME=dbus | 23 | NAME=dbus |
24 | DAEMONUSER=messagebus # must match /etc/dbus-1/system.conf | 24 | DAEMONUSER=messagebus # must match /usr/share/dbus-1/system.conf |
25 | PIDFILE=/var/run/messagebus.pid # must match /etc/dbus-1/system.conf | 25 | PIDFILE=/var/run/dbus/pid # must match /usr/share/dbus-1/system.conf |
26 | UUIDDIR=/var/lib/dbus | 26 | UUIDDIR=/var/lib/dbus |
27 | DESC="system message bus" | 27 | DESC="system message bus" |
28 | EVENTDIR=/etc/dbus-1/event.d | 28 | EVENTDIR=/etc/dbus-1/event.d |