mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-07 08:05:57 +02:00
Update 01-avahi.sh
This commit is contained in:
@@ -4,6 +4,9 @@ until [[ -e /var/run/dbus/system_bus_socket ]]; do
|
|||||||
sleep 1s
|
sleep 1s
|
||||||
done
|
done
|
||||||
|
|
||||||
|
TZ_VALUE="$(timedatectl show -p Timezone --value)"
|
||||||
|
export TZ="$TZ_VALUE"
|
||||||
|
|
||||||
echo "Starting service: avahi daemon"
|
echo "Starting service: avahi daemon"
|
||||||
exec \
|
exec \
|
||||||
avahi-daemon --no-chroot
|
avahi-daemon --no-chroot
|
||||||
|
|||||||
Reference in New Issue
Block a user