Skip to content

Commit

Permalink
[swss]: remove intfsyncd service (#2499)
Browse files Browse the repository at this point in the history
intfsyncd is replaced by intfmgrd service

Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan authored and yxieca committed Sep 5, 2019
1 parent fe23aa7 commit 8dba5ba
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions dockers/docker-orchagent/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ supervisorctl start restore_neighbors

supervisorctl start portsyncd

supervisorctl start intfsyncd

supervisorctl start neighsyncd

supervisorctl start swssconfig
Expand Down
3 changes: 0 additions & 3 deletions platform/p4/docker-sonic-p4/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ supervisorctl start orchagent
echo "Start portsyncd"
supervisorctl start portsyncd

echo "Start intfsyncd"
supervisorctl start intfsyncd

echo "Start neighsyncd"
supervisorctl start neighsyncd

Expand Down
8 changes: 0 additions & 8 deletions platform/p4/docker-sonic-p4/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

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

[program:neighsyncd]
command=/usr/bin/neighsyncd
priority=8
Expand Down
2 changes: 0 additions & 2 deletions platform/vs/docker-sonic-vs/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ supervisorctl start orchagent

supervisorctl start portsyncd

supervisorctl start intfsyncd

supervisorctl start neighsyncd

supervisorctl start teamsyncd
Expand Down
8 changes: 0 additions & 8 deletions platform/vs/docker-sonic-vs/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

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

[program:neighsyncd]
command=/usr/bin/neighsyncd
priority=8
Expand Down

0 comments on commit 8dba5ba

Please sign in to comment.