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