mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
7 lines
120 B
Bash
7 lines
120 B
Bash
#!/bin/sh
|
|
rm /var/run/dbus/pid
|
|
dbus-daemon --system
|
|
/etc/init.d/avahi-daemon stop
|
|
/etc/init.d/avahi-daemon start
|
|
exit 0
|