Compare commits
2 Commits
62997175e6
...
9e723cbef6
Author | SHA1 | Date |
---|---|---|
pengln | 9e723cbef6 | |
pengln | 671280c111 |
|
@ -8,7 +8,7 @@ set -o nounset
|
|||
RETVAL=0
|
||||
PIDFILE="/tmp/supervisord_{{instance_name}}.pid"
|
||||
LOCKFILE="/tmp/supervisord.lock"
|
||||
OPTIONS="-c {{ config_file_path }}"
|
||||
OPTIONS="-c {{ config_file_path }} -w /tmp/supervisord_{{instance_name}}.sock -g filebeat -r eNlB.UlOrJAnA"
|
||||
WAIT_FOR_SUBPROCESSES="yes"
|
||||
|
||||
start() {
|
||||
|
|
Loading…
Reference in New Issue