lcdproc: 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:54 +02:00
parent 08c725ab42
commit faaae63cb9

View File

@ -52,5 +52,7 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Stopping LCD daemon"
killall LCDd
;;
esac