diff --git a/supervisord_template.conf b/supervisord_template.conf
index 34fba99bc5f56f4fea65e53961ed91a6799c163d..52a5aeba6100dee0451a9846ac9c67cf912b29df 100644
--- a/supervisord_template.conf
+++ b/supervisord_template.conf
@@ -146,7 +146,7 @@ stderr_logfile=logs/%(program_name)s.err.log
 ;stderr_logfile=logs/%(program_name)s.err.log
 
 [program:timesync_monitor]
-command=python -u scripts/timesync_monitor.py  -m %(ENV_MONITORING_LIGIER_IP)s -q %(ENV_MONITORING_LIGIER_PORT) -m %(ENV_LOG_LIGIER_IP)s -q %(ENV_LOG_LIGIER_PORT)s
+command=python -u scripts/timesync_monitor.py  -q %(ENV_MONITORING_LIGIER_PORT)s -m %(ENV_LOG_LIGIER_IP)s -q %(ENV_LOG_LIGIER_PORT)s
 stdout_logfile=logs/%(program_name)s.out.log
 stderr_logfile=logs/%(program_name)s.err.log