Files
2023-10-05 22:22:17 +02:00

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