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
This commit is contained in:
Qi Luo 2018-10-22 23:40:24 -07:00 committed by GitHub
parent e970cf1748
commit 709cd5a9f5
No account linked to committer's email address

View File

@ -57,6 +57,7 @@ priority=7
autostart=false autostart=false
autorestart=unexpected autorestart=unexpected
startretries=0 startretries=0
startsecs=0
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog