Revert "irserver: shutdown irserver on reboot/poweroff"

This reverts commit 92b8da34ef.
This commit is contained in:
Stephan Raue
2011-09-12 19:18:47 +02:00
parent 2bd00ec71c
commit b38f39de73

View File

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