mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-18 05:10:56 +00:00
8 lines
211 B
Bash
8 lines
211 B
Bash
#!/bin/sh
|
|
|
|
# Wait until D-Bus is up and the init script has mapped in the external hostname
|
|
until [ -e /var/run/dbus/system_bus_socket ] && [ -e /var/run/avahi_configured ]; do
|
|
sleep 1s
|
|
done
|
|
|
|
exec avahi-daemon |