From 2aa30f81887ed24d3359218b285a03666617dc64 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 21 May 2019 13:44:33 +0200
Subject: [PATCH] Pass the ligier port to trigger rates

---
 supervisord.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/supervisord.conf b/supervisord.conf
index bd3b50b..67a1100 100644
--- a/supervisord.conf
+++ b/supervisord.conf
@@ -111,7 +111,7 @@ stdout_logfile=logs/%(program_name)s.out.log
 stderr_logfile=logs/%(program_name)s.err.log
 
 [program:trigger_rates]
-command=python scripts/trigger_rates.py %(ENV_MONITORING_LIGIER_PORT)s
+command=python scripts/trigger_rates.py -p %(ENV_MONITORING_LIGIER_PORT)s
 stdout_logfile=logs/%(program_name)s.out.log
 stderr_logfile=logs/%(program_name)s.err.log
  
-- 
GitLab