[docker-orchagent]: Add vrfmgrd to supervisorctl (#2055)
* [docker-orchagent]: Add vrfmgrd to supervisorctl Signed-off-by: Marian Pritsak <marianp@mellanox.com> * [sonic-vs]: Add vrfmgrd to supervisorctl Signed-off-by: Marian Pritsak <marianp@mellanox.com>
This commit is contained in:
parent
5e082133cd
commit
8a5e6ac47d
@ -32,6 +32,8 @@ supervisorctl start buffermgrd
|
||||
|
||||
supervisorctl start enable_counters
|
||||
|
||||
supervisorctl start vrfmgrd
|
||||
|
||||
# Start arp_update when VLAN exists
|
||||
VLAN=`sonic-cfggen -d -v 'VLAN.keys() | join(" ") if VLAN'`
|
||||
if [ "$VLAN" != "" ]; then
|
||||
|
@ -107,3 +107,11 @@ autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
|
||||
[program:vrfmgrd]
|
||||
command=/usr/bin/vrfmgrd
|
||||
priority=14
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
|
@ -52,6 +52,8 @@ supervisorctl start zebra
|
||||
|
||||
supervisorctl start buffermgrd
|
||||
|
||||
supervisorctl start vrfmgrd
|
||||
|
||||
# Start arp_update when VLAN exists
|
||||
VLAN=`sonic-cfggen -d -v 'VLAN.keys() | join(" ") if VLAN'`
|
||||
if [ "$VLAN" != "" ]; then
|
||||
|
@ -138,3 +138,11 @@ autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
|
||||
[program:vrfmgrd]
|
||||
command=/usr/bin/vrfmgrd
|
||||
priority=18
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
|
Loading…
Reference in New Issue
Block a user