Files
hassio-addons/zzz_draft_birdnet-pi/rootfs/custom-services.d/01_birdnet_stats
2024-04-26 10:57:34 +02:00

5 lines
284 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"