mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus: shutdown dbus on reboot/poweroff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
42e409745c
commit
fb48033d68
@ -35,5 +35,7 @@ case $RUNLEVEL in
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
progress "Stopping D-BUS"
|
||||
killall dbus-daemon
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user