From 657076ae731151a0e3fe8947b59aed131a6197a5 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Tue, 23 Oct 2018 00:23:42 +0000 Subject: [PATCH] Set swssconfig.sh startsecs=0 for quick exit The default startsecs is 1 second. However, swssconfig.sh will quickly exit with expected exit code 0 during warm starting. This case should not be treated as a failure --- dockers/docker-orchagent/supervisord.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dockers/docker-orchagent/supervisord.conf b/dockers/docker-orchagent/supervisord.conf index 6a0b18cb70d0..71748ad4fba6 100644 --- a/dockers/docker-orchagent/supervisord.conf +++ b/dockers/docker-orchagent/supervisord.conf @@ -57,6 +57,7 @@ priority=7 autostart=false autorestart=unexpected startretries=0 +startsecs=0 stdout_logfile=syslog stderr_logfile=syslog