mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 18:39:01 +02:00
11 lines
131 B
Bash
11 lines
131 B
Bash
#!/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
|