9f6f3e4046
* build docker-saiserver Signed-off-by: Guohan Lu <gulv@microsoft.com> * add docker saiserver mlnx/bfn/cavm * set nephos to 1.3.5 Signed-off-by: Guohan Lu <gulv@microsoft.com>
9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -f /var/run/rsyslogd.pid
|
|
|
|
supervisorctl start rsyslogd
|
|
|
|
supervisorctl start saiserver
|
|
|