Skip to content

Commit 42e0ffb

Browse files
jlevequeyxieca
authored andcommitted
[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.
1 parent a6dc654 commit 42e0ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/vs/docker-gbsyncd-vs/supervisord.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependent_startup=true
3838
dependent_startup_wait_for=rsyslogd:running
3939

4040
[program:syncd]
41-
command=/usr/bin/gbsyncd_start.sh
41+
command=/usr/bin/gbsyncd_startup.py
4242
priority=3
4343
autostart=false
4444
autorestart=false

0 commit comments

Comments
 (0)