mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-02 14:13:43 +00:00
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
|