mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-10 16:40:01 +02:00
5 lines
286 B
Plaintext
5 lines
286 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
echo "Starting service: birdnet stats"
|
|
exec \
|
|
s6-setuidgid "$USER" "$HOME"/birdnet-pi2/birdnet/bin/streamlit run "$HOME"/birdnet-pi2/scripts/plotly_streamlit.py --browser.gatherUsageStats false --server.address localhost --server.baseUrlPath "/stats"
|