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: web terminal"
exec \
s6-setuidgid "$USER" "/usr/local/bin/gotty --address localhost -w -p 8888 --path terminal --title-format 'BirdNET-Pi Terminal' login"