12400a447c
- enabling http/https endpoint and mounting the certificates directory - updating the sonic-restapi submodule
10 lines
208 B
Bash
Executable File
10 lines
208 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mkdir -p /var/sonic
|
|
echo "# Config files managed by sonic-config-engine" > /var/sonic/config_status
|
|
|
|
rm -f /var/run/rsyslogd.pid
|
|
|
|
supervisorctl start rsyslogd
|
|
supervisorctl start restapi
|