Files
hassio-addons/birdnet-pi/rootfs/custom-services.d/01-avahi.sh
2025-04-06 09:34:09 +02:00

13 lines
268 B
Bash
Executable File

#!/usr/bin/with-contenv bashio
# Waiting for dbus
until [[ -e /var/run/dbus/system_bus_socket ]]; do
sleep 1s
done
TZ_VALUE="$(timedatectl show -p Timezone --value)"
export TZ="$TZ_VALUE"
echo "Starting service: avahi daemon"
exec \
avahi-daemon --no-chroot