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

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"