mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-02 18:07:43 +01:00
5 lines
209 B
Plaintext
5 lines
209 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"
|