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

5 lines
282 B
Plaintext

#!/usr/bin/with-contenv bashio
echo "Starting service: birdnet stats"
exec \
s6-setuidgid "$USER" "$HOME/BirdNET-Pi/birdnet/bin/streamlit run $HOME/BirdNET-Pi/scripts/plotly_streamlit.py --browser.gatherUsageStats false --server.address localhost --server.baseUrlPath '/stats'"