11258e5db4
Marvell arm64 changes over sonic Signed-off-by: Antony Rheneus <arheneus@marvell.com>
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
|