Skip to content
1 change: 1 addition & 0 deletions platform/broadcom/docker-syncd-brcm/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ wait_syncd() {
# If this platform has an initialization file for the Broadcom LED microprocessor, load it
if [ -r ${PLATFORM_DIR}/led_proc_init.soc ]; then
wait_syncd
sleep 60 # wait until bcm sdk is ready to get a request
supervisorctl start ledinit
fi