Skip to content
Snippets Groups Projects
Commit 63f567f4 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Don't include K40 by default

parent 01369565
No related branches found
No related tags found
No related merge requests found
......@@ -140,10 +140,10 @@ command=python -u scripts/rttc.py -d %(ENV_DETECTOR_ID)s -l %(ENV_DETECTOR_MANAG
stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
[program:k40]
command=python -u scripts/k40_calibration.py -d %(ENV_DETECTOR_ID)s -p %(ENV_MONITORING_LIGIER_PORT)s
stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
;[program:k40]
;command=python -u scripts/k40_calibration.py -d %(ENV_DETECTOR_ID)s -p %(ENV_MONITORING_LIGIER_PORT)s
;stdout_logfile=logs/%(program_name)s.out.log
;stderr_logfile=logs/%(program_name)s.err.log
[program:msg_dumper]
command=python -u scripts/msg_dumper.py -l 127.0.0.1 -p %(ENV_MONITORING_LIGIER_PORT)s -f logs/MSG.log
......@@ -174,9 +174,9 @@ priority=500
programs=royfit,time_residuals
priority=999
[group:calibration]
programs=k40
priority=999
;[group:calibration]
;programs=k40
;priority=999
; The [include] section can just contain the "files" setting. This
; setting can list multiple files (separated by whitespace or
......
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