mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-31 22:04:13 +01:00
12 lines
176 B
Plaintext
12 lines
176 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
|
|
ulimit -n 1048576
|
|
|
|
bashio::log.info "Starting Avahi daemon from S6"
|
|
|
|
until [ -e /run/dbus/system_bus_socket ]; do
|
|
sleep 1s
|
|
done
|
|
|
|
avahi-daemon
|