10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -f /var/run/rsyslogd.pid
|
|
|
|
supervisorctl start rsyslogd
|
|
|
|
supervisorctl start teamd:*
|
|
|
|
supervisorctl start teamsyncd
|