mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-20 19:59:11 +02:00
21 lines
291 B
Bash
21 lines
291 B
Bash
#!/bin/sh
|
|
|
|
<<<<<<< refs/remotes/origin/master
|
|
if [ -f /var/run/dbus/pid ];
|
|
then
|
|
rm -f /var/run/dbus/pid
|
|
fi
|
|
|
|
=======
|
|
echo 'Preparing...'
|
|
rm /var/run/dbus/pid
|
|
>>>>>>> fix
|
|
dbus-daemon --system
|
|
|
|
echo 'Restarting...'
|
|
/etc/init.d/avahi-daemon stop
|
|
sleep 5
|
|
/etc/init.d/avahi-daemon start
|
|
|
|
exit 0
|