Don't run bgpcfgd twice (#3752)
This commit is contained in:
parent
f5f45f8b6b
commit
f9dea23191
@ -35,11 +35,9 @@ supervisorctl start rsyslogd
|
|||||||
|
|
||||||
# start eoiu pulling, only if configured so
|
# start eoiu pulling, only if configured so
|
||||||
if [[ $(sonic-cfggen -d -v 'WARM_RESTART.bgp.bgp_eoiu') == 'true' ]]; then
|
if [[ $(sonic-cfggen -d -v 'WARM_RESTART.bgp.bgp_eoiu') == 'true' ]]; then
|
||||||
supervisorctl start bgp_eoiu_marker
|
supervisorctl start bgp_eoiu_marker
|
||||||
fi
|
fi
|
||||||
|
|
||||||
supervisorctl start bgpcfgd
|
|
||||||
|
|
||||||
# Start Quagga processes
|
# Start Quagga processes
|
||||||
supervisorctl start zebra
|
supervisorctl start zebra
|
||||||
supervisorctl start staticd
|
supervisorctl start staticd
|
||||||
|
Reference in New Issue
Block a user