mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox: shutdown syslogd and klogd on reboot/poweroff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -35,5 +35,10 @@ case $RUNLEVEL in
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
progress "Stopping Kernellog daemon"
|
||||
killall klogd
|
||||
|
||||
progress "Stopping Syslog daemon"
|
||||
killall syslogd
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user