Revert "avahi: shutdown avahi on reboot/poweroff"

This reverts commit 0585b016b92402bf459e69ae23e47f00bfcafc11.
This commit is contained in:
Stephan Raue 2011-09-12 19:16:15 +02:00
parent 1723a4c630
commit ac21cd96ca

View File

@ -34,7 +34,5 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Starting Avahi Daemon"
killall avahi-daemon
;;
esac