atvclient: shutdown atvclient on reboot/poweroff

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-08 04:25:40 +02:00
parent 10ab2bd6bb
commit 08c725ab42

View File

@ -32,5 +32,7 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "stopping ATVclient"
killall atvclient
;;
esac