change services logic

This commit is contained in:
Alexandre
2024-04-25 12:43:19 +02:00
parent 2dc3dd9d48
commit abeca06249
70 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bashio
echo "Starting service: avahi alias"
exec \
s6-setuidgid "$USER" "/bin/bash -c \"/usr/bin/avahi-publish -a -R %I $(hostname -I |cut -d' ' -f1)\""