other version

This commit is contained in:
Alexandre
2024-04-26 16:54:30 +02:00
parent 3b051812ee
commit 159ab584f0
96 changed files with 615 additions and 355 deletions

View File

@@ -8,7 +8,8 @@ echo "Starting service: pulseaudio"
while :
do
if [[ ! $(/usr/bin/pulseaudio --check) ]]; then
/usr/bin/pulseaudio --system
exec \
s6-setuidgid "$USER" /usr/bin/pulseaudio --start
fi
sleep 10
done

View File

@@ -1,4 +0,0 @@
#!/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)"