irserver: shutdown irserver on reboot/poweroff

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-08 04:25:05 +02:00
parent df2f99aaa3
commit 92b8da34ef

View File

@ -43,5 +43,7 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Stopping IRtrans daemon"
killall irserver
;;
esac