mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
udev: shutdown udev daemon on reboot/poweroff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -32,5 +32,7 @@ case $RUNLEVEL in
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
progress "stopping udev daemon"
|
||||
killall udevd
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user