mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# Waiting for dbus
|
|
until [[ -e /var/run/dbus/system_bus_socket ]]; do
|
|
sleep 1s
|
|
done
|
|
|
|
echo "Starting service: avahi daemon"
|
|
exec \
|
|
avahi-daemon --no-chroot |