Update avahi_startup.sh

This commit is contained in:
Andre
2019-01-24 20:51:25 +01:00
parent d5a69c506f
commit f3cb86cb94

View File

@@ -1,7 +1,10 @@
#!/bin/sh
echo 'Preparing...'
rm /var/run/dbus/pid
if [ -f /var/run/dbus/pid ];
then
rm -f /var/run/dbus/pid
fi
dbus-daemon --system
echo 'Restarting...'