Skip to content

Commit

Permalink
[docker-gbsyncd-vs] Run gbsyncd_startup.py directly (#7084)
Browse files Browse the repository at this point in the history
Eliminate the need for `gbsyncd_start.sh`, which simply calls `exec "/usr/bin/gbsyncd_startup.py"`. The shell script is unnecessary.

Once this PR merges, we can remove `gbsyncd_start.sh` from the sonic-sairedis repo.
  • Loading branch information
jleveque authored Mar 19, 2021
1 parent 28cb43c commit a3cafee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/vs/docker-gbsyncd-vs/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependent_startup=true
dependent_startup_wait_for=rsyslogd:running

[program:syncd]
command=/usr/bin/gbsyncd_start.sh
command=/usr/bin/gbsyncd_startup.py
priority=3
autostart=false
autorestart=false
Expand Down

0 comments on commit a3cafee

Please sign in to comment.