mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 18:37:42 +01:00
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
echo "Starting service: avahi alias"
|
|
until [[ -e /start ]]; do
|
|
sleep 1s
|
|
done
|
|
|
|
exec \
|
|
s6-setuidgid "$USER" /usr/bin/avahi-publish -a -R %I "$(hostname)"
|