a2eda30a03
- This PR allows supervisord to log syncd exit events to syslog - Syncd dockers now are built from docker-config-engine instead of docker-base - Supervisord in all syncd dockers now call syncd_start.s which is installed by sonic-sairedis repo
12 lines
219 B
Bash
Executable File
12 lines
219 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -f /var/run/rsyslogd.pid
|
|
|
|
supervisorctl start rsyslogd
|
|
|
|
# mlnx-fw-upgrade.sh will exit if firmware was actually upgraded
|
|
# or if some error occurs
|
|
. mlnx-fw-upgrade.sh
|
|
|
|
supervisorctl start syncd
|