Files
hassio-addons/zzz_draft_birdnet-pi/rootfs/custom-services.d/web_terminal
2024-04-25 12:43:19 +02:00

5 lines
214 B
Plaintext

#!/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"