[swss][supervisord.conf] Remove intfsyncd
This commit is contained in:
parent
46fd322877
commit
178764e3fa
@ -35,17 +35,9 @@ autorestart=false
|
||||
stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
|
||||
[program:intfsyncd]
|
||||
command=/usr/bin/intfsyncd
|
||||
priority=5
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
|
||||
[program:neighsyncd]
|
||||
command=/usr/bin/neighsyncd
|
||||
priority=6
|
||||
priority=5
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
@ -53,7 +45,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:swssconfig]
|
||||
command=/usr/bin/swssconfig.sh
|
||||
priority=7
|
||||
priority=6
|
||||
autostart=false
|
||||
autorestart=unexpected
|
||||
startretries=0
|
||||
@ -63,7 +55,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:arp_update]
|
||||
command=/usr/bin/arp_update
|
||||
priority=8
|
||||
priority=7
|
||||
autostart=false
|
||||
autorestart=unexpected
|
||||
stdout_logfile=syslog
|
||||
@ -71,7 +63,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:vlanmgrd]
|
||||
command=/usr/bin/vlanmgrd
|
||||
priority=9
|
||||
priority=8
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
@ -79,7 +71,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:intfmgrd]
|
||||
command=/usr/bin/intfmgrd
|
||||
priority=10
|
||||
priority=9
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
@ -87,7 +79,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:portmgrd]
|
||||
command=/usr/bin/portmgrd
|
||||
priority=11
|
||||
priority=10
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
@ -95,7 +87,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:buffermgrd]
|
||||
command=/usr/bin/buffermgrd -l /usr/share/sonic/hwsku/pg_profile_lookup.ini
|
||||
priority=12
|
||||
priority=11
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
@ -103,7 +95,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:enable_counters]
|
||||
command=/usr/bin/enable_counters.py
|
||||
priority=13
|
||||
priority=12
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
@ -111,7 +103,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:vrfmgrd]
|
||||
command=/usr/bin/vrfmgrd
|
||||
priority=14
|
||||
priority=13
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
@ -119,7 +111,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:restore_neighbors]
|
||||
command=/usr/bin/restore_neighbors.py
|
||||
priority=15
|
||||
priority=14
|
||||
autostart=false
|
||||
autorestart=false
|
||||
startsecs=0
|
||||
@ -129,7 +121,7 @@ stderr_logfile=syslog
|
||||
|
||||
[program:nbrmgrd]
|
||||
command=/usr/bin/nbrmgrd
|
||||
priority=16
|
||||
priority=15
|
||||
autostart=false
|
||||
autorestart=false
|
||||
stdout_logfile=syslog
|
||||
|
Loading…
Reference in New Issue
Block a user