mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 08:27:48 +00:00
busybox: shutdown syslogd and klogd on reboot/poweroff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0585b016b9
commit
266efcfea3
@ -35,5 +35,10 @@ case $RUNLEVEL in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
poweroff|reboot)
|
poweroff|reboot)
|
||||||
|
progress "Stopping Kernellog daemon"
|
||||||
|
killall klogd
|
||||||
|
|
||||||
|
progress "Stopping Syslog daemon"
|
||||||
|
killall syslogd
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user