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