From 559b70e3f69a76746c4bce5f0b30eda00cfcfd81 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Mon, 22 Mar 2021 09:11:40 -0700 Subject: [PATCH] Remove gbsyncd_start.sh (#808) `gbsyncd_start.sh` was a simple wrapper which only called `exec "/usr/bin/gbsyncd_startup.py"`. This causes unnecessary extra complexity and maintenance. It makes things simpler to run `/usr/bin/gbsyncd_startup.py` directly, which is being done by https://github.com/Azure/sonic-buildimage/pull/7084. That PR has merged, so we can now merge this. --- syncd/scripts/gbsyncd_start.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 syncd/scripts/gbsyncd_start.sh diff --git a/syncd/scripts/gbsyncd_start.sh b/syncd/scripts/gbsyncd_start.sh deleted file mode 100644 index b602a35d5653..000000000000 --- a/syncd/scripts/gbsyncd_start.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# -# Script to start syncd using supervisord -# - -exec "/usr/bin/gbsyncd_startup.py" -