change services logic

This commit is contained in:
Alexandre
2024-04-25 12:43:19 +02:00
parent 2dc3dd9d48
commit abeca06249
70 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/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"