Update avahi-start.sh

This commit is contained in:
Andre
2017-08-22 14:55:52 +02:00
committed by GitHub
parent 281ac557a4
commit c73b129f1b

View File

@@ -1,6 +1,10 @@
#!/bin/sh
rm /var/run/dbus/pid
dbus-daemon --system
/etc/init.d/avahi-daemon stop
sleep 5
/etc/init.d/avahi-daemon start
exit 0