mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 06:53:25 +01:00
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
echo "Starting service: avahi alias"
|
|
exec \
|
|
s6-setuidgid "$USER" /usr/bin/avahi-publish -a -R %I "$(hostname -I |cut -d' ' -f1)"
|