0db8704754
FW upgrade is done outside the container. This piece of code was left accidentally during the merge.
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -f /var/run/rsyslogd.pid
|
|
|
|
supervisorctl start rsyslogd
|
|
|
|
supervisorctl start syncd
|