Don't run bgpcfgd twice (#3752)

This commit is contained in:
pavel-shirshov 2019-11-13 16:41:41 -08:00 committed by GitHub
parent f5f45f8b6b
commit f9dea23191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,9 @@ supervisorctl start rsyslogd
# start eoiu pulling, only if configured so
if [[ $(sonic-cfggen -d -v 'WARM_RESTART.bgp.bgp_eoiu') == 'true' ]]; then
supervisorctl start bgp_eoiu_marker
supervisorctl start bgp_eoiu_marker
fi
supervisorctl start bgpcfgd
# Start Quagga processes
supervisorctl start zebra
supervisorctl start staticd