mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
dbus: Add reload to initscript
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
d0a93015a9
commit
f8447c9d23
@@ -32,7 +32,12 @@ case "$1" in
|
||||
$0 start
|
||||
;;
|
||||
|
||||
status)
|
||||
reload)
|
||||
boot_mesg "Reloading the D-Bus Messagebus Daemon..."
|
||||
reloadproc /usr/bin/dbus-daemon
|
||||
;;
|
||||
|
||||
status)
|
||||
statusproc -p $pidfile /usr/bin/dbus-daemon
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user