Files
hassio-addons/zzz_draft_birdnet-pi2/rootfs/custom-services.d/01_birdnet_stats
Alexandre e891245aaf update
2024-04-26 18:11:19 +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"