Rdeirection BDE
This commit is contained in:
69
FICHIERS SUPERVISOR.txt
Normal file
69
FICHIERS SUPERVISOR.txt
Normal file
@@ -0,0 +1,69 @@
|
||||
FICHIERS SUPERVISOR
|
||||
|
||||
|
||||
|
||||
[program:Outils]
|
||||
directory=/home/debian/Outils
|
||||
command=/home/debian/Outils/.venv/bin/streamlit run app/users.py --server.port=8503 --server.address=162.19.78.131 --server.headless=true
|
||||
user=debian
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startsecs=5
|
||||
stopsignal=TERM
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
stdout_logfile=/var/log/users.out.log
|
||||
stderr_logfile=/var/log/users.err.log
|
||||
environment=PYTHONUNBUFFERED="1"
|
||||
|
||||
|
||||
|
||||
[program:tracker]
|
||||
command=/home/debian/Gestion_sondes/venv/bin/streamlit run /home/debian/Gestion_sondes/Outils/tracker.py --server.headless true --server.address 162.19.78.131 --server.po>
|
||||
directory=/home/debian/Gestion_sondes
|
||||
user=debian
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startsecs=8
|
||||
environment=PYTHONUNBUFFERED="1"
|
||||
stdout_logfile=/home/debian/Gestion_sondes/Logs/tracker.out.log
|
||||
stderr_logfile=/home/debian/Gestion_sondes/Logs/tracker.err.log
|
||||
|
||||
|
||||
|
||||
|
||||
[program:log_viewer]
|
||||
directory=/home/debian/Gestion_sondes/Outils
|
||||
command=/home/debian/Outils/myenv/bin/streamlit run Logs.py --server.port=8515
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stderr_logfile=/home/debian/Gestion_sondes/Logs/log_viewer_err.log
|
||||
stdout_logfile=/home/debian/Gestion_sondes/Logs/log_viewer_out.log
|
||||
user=debian
|
||||
environment=PATH="/home/debian/Outils/myenv/bin",HOME="/home/debian"
|
||||
|
||||
|
||||
program:cuisine_meudon]
|
||||
command=/home/debian/Gestion_sondes/myenv/bin/python -u /home/debian/Gestion_sondes/app/Mqtt_meudon.py
|
||||
directory=/home/debian/Gestion_sondes
|
||||
user=debian
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/home/debian/Gestion_sondes/Logs/cuisine_meudon.out.log
|
||||
stderr_logfile=/home/debian/Gestion_sondes/Logs/cuisine_meudon.err.log
|
||||
environment=PYTHONUNBUFFERED="1"
|
||||
|
||||
|
||||
[program:cuisine_saclay]
|
||||
command=/home/debian/Gestion_sondes/myenv/bin/python -u /home/debian/Gestion_sondes/app/Mqtt_saclay.py
|
||||
directory=/home/debian/Gestion_sondes
|
||||
user=debian
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/home/debian/Gestion_sondes/Logs/cuisine_saclay.out.log
|
||||
stderr_logfile=/home/debian/Gestion_sondes/Logs/cuisine_saclay.err.log
|
||||
environment=PYTHONUNBUFFERED="1"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user