Skip to content

Commit 9b762c3

Browse files
committed
Different paths for dbus pids
1 parent 2491f36 commit 9b762c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/desktop/dbus/deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ do_configure()
4242
do_start()
4343
{
4444
msg -n ":: Starting ${COMPONENT} ... "
45-
is_stopped /run/dbus/pid /run/dbus/messagebus.pid /var/run/messagebus.pid
45+
is_stopped /run/dbus/pid /run/dbus/messagebus.pid /run/messagebus.pid /var/run/dbus/pid /var/run/dbus/messagebus.pid /var/run/messagebus.pid
4646
is_ok "skip" || return 0
47-
remove_files /run/dbus/pid /run/dbus/messagebus.pid /var/run/messagebus.pid
47+
remove_files /run/dbus/pid /run/dbus/messagebus.pid /run/messagebus.pid /var/run/dbus/pid /var/run/dbus/messagebus.pid /var/run/messagebus.pid
4848
chroot_exec -u root dbus-daemon --system --fork
4949
is_ok "fail" "done"
5050
return 0
@@ -53,15 +53,15 @@ do_start()
5353
do_stop()
5454
{
5555
msg -n ":: Stopping ${COMPONENT} ... "
56-
kill_pids /run/dbus/pid /run/dbus/messagebus.pid /var/run/messagebus.pid
56+
kill_pids /run/dbus/pid /run/dbus/messagebus.pid /run/messagebus.pid /var/run/dbus/pid /var/run/dbus/messagebus.pid /var/run/messagebus.pid
5757
is_ok "fail" "done"
5858
return 0
5959
}
6060

6161
do_status()
6262
{
6363
msg -n ":: ${COMPONENT} ... "
64-
is_started /run/dbus/pid /run/dbus/messagebus.pid /var/run/messagebus.pid
64+
is_started /run/dbus/pid /run/dbus/messagebus.pid /run/messagebus.pid /var/run/dbus/pid /var/run/dbus/messagebus.pid /var/run/messagebus.pid
6565
is_ok "stopped" "started"
6666
return 0
6767
}

0 commit comments

Comments
 (0)