mirror of
https://github.com/Telecominfraproject/oopt-sonic-build.git
synced 2025-11-02 02:58:05 +00:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -f /var/run/rsyslogd.pid
|
|
|
|
supervisorctl start rsyslogd
|