Revert "atvclient: shutdown atvclient on reboot/poweroff"

This reverts commit 08c725ab424a1baef293aa917336e6b61380083a.
This commit is contained in:
Stephan Raue 2011-09-12 19:18:18 +02:00
parent b55c383223
commit 5bab81f7da

View File

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