From 6768e8e1fb4533c052738034037d7d4eb7f58bc7 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Tue, 21 May 2019 13:17:33 +0200 Subject: [PATCH] Fix typos --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index a4f3159..65a1146 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -74,7 +74,7 @@ stdout_logfile=logs/%(program_name)s.out.log ; stdout log path, NONE for stderr_logfile=logs/%(program_name)s.err.log ; stderr log path, NONE for none; default AUTO [program:ligiermirror] -command=ligiermirror -m %(ENV_TAGS_TO_MIRROR)s -q %(ENV_MONITORING_LIGIER_PORT)s -p %(ENV_DAQ_LIGIER_PORT)s %(DAQ_LIGIER_IP)s +command=ligiermirror -m %(ENV_TAGS_TO_MIRROR)s -q %(ENV_MONITORING_LIGIER_PORT)s -p %(ENV_DAQ_LIGIER_PORT)s %(ENV_DAQ_LIGIER_IP)s priority=10 stdout_logfile=logs/%(program_name)s.out.log ; stdout log path, NONE for none; default AUTO stderr_logfile=logs/%(program_name)s.err.log ; stderr log path, NONE for none; default AUTO -- GitLab