dbus: Fix "statusproc" call in initscript

Fixes: #12916
Tested-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-08-22 20:41:36 +00:00
parent 11c6186102
commit 532c31c529

View File

@@ -50,7 +50,7 @@ case "$1" in
;;
status)
statusproc -p $pidfile /usr/bin/dbus-daemon
statusproc /usr/bin/dbus-daemon
;;
*)