mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-29 07:57:40 +01:00
5 lines
214 B
Plaintext
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"
|