mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 13:06:28 +01:00
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
echo "Starting service: chart viewer"
|
|
exec \
|
|
s6-setuidgid "$USER" "$PYTHON_VIRTUAL_ENV /usr/local/bin/daily_plot.py --daemon --sleep 2"
|