Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set swssconfig.sh startsecs=0 for quick exiting #2181

Merged
merged 1 commit into from
Oct 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
qiluo-msft committed Oct 23, 2018
commit 657076ae731151a0e3fe8947b59aed131a6197a5
1 change: 1 addition & 0 deletions dockers/docker-orchagent/supervisord.conf
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ priority=7
autostart=false
autorestart=unexpected
startretries=0
startsecs=0
stdout_logfile=syslog
stderr_logfile=syslog