From bb1af8faa27c16a83aae3925f01af1b91fac13d9 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Mon, 3 Jun 2019 16:35:52 +0200
Subject: [PATCH] Add new processes

---
 supervisord.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/supervisord.conf b/supervisord.conf
index 5294a9c..b5673b9 100644
--- a/supervisord.conf
+++ b/supervisord.conf
@@ -125,6 +125,16 @@ command=python scripts/ztplot.py -d %(ENV_DETECTOR_ID)s -p %(ENV_MONITORING_LIGI
 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 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:rttc]
 command=python scripts/rttc.py -d %(ENV_DETECTOR_ID)s -l %(ENV_DETECTOR_MANAGER_IP)s
 stdout_logfile=logs/%(program_name)s.out.log
@@ -153,6 +163,10 @@ priority=200
 
 [group:monitoring_process]
 programs=ahrs_calibration,dom_activity,dom_rates,pmt_rates,pmt_hrv,trigger_rates,triggermap,ztplot,rttc
+priority=500
+
+[group:reconstruction]
+programs=royfit,time_residuals
 priority=999
 
 ; The [include] section can just contain the "files" setting.  This
-- 
GitLab