mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
atvclient: shutdown atvclient on reboot/poweroff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
10ab2bd6bb
commit
08c725ab42
@ -32,5 +32,7 @@ case $RUNLEVEL in
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
progress "stopping ATVclient"
|
||||
killall atvclient
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user