mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-31 17:07:42 +01:00
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
echo "Starting service: birdnet log"
|
|
exec \
|
|
s6-setuidgid "$USER" /usr/local/bin/gotty --address localhost -p 8080 --path log --title-format "BirdNET-Pi Log" birdnet_log.sh
|