Skip to content

Commit

Permalink
[swss][supervisord.conf] Remove intfsyncd
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored Jan 13, 2019
1 parent 46fd322 commit 178764e
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions dockers/docker-orchagent/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,17 @@ 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
stderr_logfile=syslog

[program:swssconfig]
command=/usr/bin/swssconfig.sh
priority=7
priority=6
autostart=false
autorestart=unexpected
startretries=0
Expand All @@ -63,63 +55,63 @@ stderr_logfile=syslog

[program:arp_update]
command=/usr/bin/arp_update
priority=8
priority=7
autostart=false
autorestart=unexpected
stdout_logfile=syslog
stderr_logfile=syslog

[program:vlanmgrd]
command=/usr/bin/vlanmgrd
priority=9
priority=8
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

[program:intfmgrd]
command=/usr/bin/intfmgrd
priority=10
priority=9
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

[program:portmgrd]
command=/usr/bin/portmgrd
priority=11
priority=10
autostart=false
autorestart=false
stdout_logfile=syslog
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
stderr_logfile=syslog

[program:enable_counters]
command=/usr/bin/enable_counters.py
priority=13
priority=12
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

[program:vrfmgrd]
command=/usr/bin/vrfmgrd
priority=14
priority=13
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

[program:restore_neighbors]
command=/usr/bin/restore_neighbors.py
priority=15
priority=14
autostart=false
autorestart=false
startsecs=0
Expand All @@ -129,7 +121,7 @@ stderr_logfile=syslog

[program:nbrmgrd]
command=/usr/bin/nbrmgrd
priority=16
priority=15
autostart=false
autorestart=false
stdout_logfile=syslog
Expand Down

0 comments on commit 178764e

Please sign in to comment.