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>
16 lines
237 B
Bash
Executable File
16 lines
237 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
start_mlnx()
|
|
{
|
|
[ -e /dev/sxdevs/sxcdev ] || ( mkdir -p /dev/sxdevs && mknod /dev/sxdevs/sxcdev c 231 193 )
|
|
}
|
|
|
|
|
|
rm -f /var/run/rsyslogd.pid
|
|
|
|
supervisorctl start rsyslogd
|
|
|
|
start_mlnx
|
|
|
|
supervisorctl start saiserver
|