[docker-gbsyncd-vs] Run gbsyncd_startup.py directly (#7084)

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.
This commit is contained in:
Joe LeVeque 2021-03-19 10:52:28 -07:00 committed by GitHub
parent 28cb43cb42
commit a3cafee02c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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