avahi: shutdown avahi on reboot/poweroff

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-08 04:27:14 +02:00
parent fd6978b268
commit 0585b016b9

View File

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