Skip to content
Snippets Groups Projects
Verified Commit 95c3d956 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update supervisord.conf example

parent cbd7bdd0
No related branches found
No related tags found
No related merge requests found
......@@ -77,15 +77,15 @@ command=python -u scripts/ztplot.py -d %(ENV_DETECTOR_ID)s -l monitoring_ligier_
stdout_logfile=/logs/%(program_name)s.out.log
stderr_logfile=/logs/%(program_name)s.err.log
;[program:royfit]
;command=julia scripts/live_royfit.jl %(ENV_DETX)s %(ENV_MONITORING_LIGIER_PORT)s %(ENV_ROYFIT_TIMERES)s
;stdout_logfile=/logs/%(program_name)s.out.log
;stderr_logfile=/logs/%(program_name)s.err.log
[program:time_residuals]
command=python -u scripts/time_residuals.py %(ENV_ROYFIT_TIMERES)s
stdout_logfile=/logs/%(program_name)s.out.log
stderr_logfile=/logs/%(program_name)s.err.log
;[program:time_residuals]
;command=python -u scripts/time_residuals.py %(ENV_ROYFIT_TIMERES)s
;stdout_logfile=/logs/%(program_name)s.out.log
;stderr_logfile=/logs/%(program_name)s.err.log
[program:time_residuals]
command=python -u scripts/time_residuals.py /data/reco_timeres.csv
stdout_logfile=/logs/%(program_name)s.out.log
stderr_logfile=/logs/%(program_name)s.err.log
[program:rttc]
command=python -u scripts/rttc.py -d %(ENV_DETECTOR_ID)s -l %(ENV_DETECTOR_MANAGER_IP)s
......@@ -137,6 +137,6 @@ priority=500
programs=timesync_monitor
priority=600
;[group:reconstruction]
;programs=royfit,time_residuals
;priority=999
[group:reconstruction]
programs=time_residuals
priority=999
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment