Skip to content

Commit 709cd5a

Browse files
authored
Set swssconfig.sh startsecs=0 for quick exit (#2181)
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
1 parent e970cf1 commit 709cd5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockers/docker-orchagent/supervisord.conf

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ priority=7
5757
autostart=false
5858
autorestart=unexpected
5959
startretries=0
60+
startsecs=0
6061
stdout_logfile=syslog
6162
stderr_logfile=syslog
6263

0 commit comments

Comments
 (0)