Skip to content

Commit

Permalink
[swss] Remove "-p port_config.ini" option from the portsyncd (#3671)
Browse files Browse the repository at this point in the history
* [portsyncd] Remove "-p port_config.ini" option from the portsyncd

Signed-off-by: Zhenggen Xu <[email protected]>
  • Loading branch information
zhenggen-xu authored and lguohan committed Oct 28, 2019
1 parent 040672c commit c23aac1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockers/docker-orchagent/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdout_logfile=syslog
stderr_logfile=syslog

[program:portsyncd]
command=/usr/bin/portsyncd -p /usr/share/sonic/hwsku/port_config.ini
command=/usr/bin/portsyncd
priority=4
autostart=false
autorestart=false
Expand Down
2 changes: 1 addition & 1 deletion platform/p4/docker-sonic-p4/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stdout_logfile=syslog
stderr_logfile=syslog

[program:portsyncd]
command=/usr/bin/portsyncd -p /port_config.ini
command=/usr/bin/portsyncd
priority=6
autostart=false
autorestart=false
Expand Down
2 changes: 1 addition & 1 deletion platform/vs/docker-sonic-vs/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stdout_logfile=syslog
stderr_logfile=syslog

[program:portsyncd]
command=/usr/bin/portsyncd -p /usr/share/sonic/hwsku/port_config.ini
command=/usr/bin/portsyncd
priority=6
autostart=false
autorestart=false
Expand Down
2 changes: 1 addition & 1 deletion src/sonic-swss

0 comments on commit c23aac1

Please sign in to comment.