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:
Michael Tremer
2021-07-21 14:41:56 +00:00
committed by Arne Fitzenreiter
parent d0a93015a9
commit f8447c9d23
2 changed files with 7 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = dbus
PAK_VER = 3
PAK_VER = 4
DEPS =

View File

@@ -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
;;