Compare commits
No commits in common. "313315f4efb492611508f7bf0a2e85bbce2b00ad" and "9e723cbef6050624bf6e98e9d97dbbdac6bbae1a" have entirely different histories.
313315f4ef
...
9e723cbef6
|
@ -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"
|
OPTIONS="-c {{ config_file_path }} -w /tmp/supervisord_{{instance_name}}.sock -g filebeat -r eNlB.UlOrJAnA"
|
||||||
WAIT_FOR_SUBPROCESSES="yes"
|
WAIT_FOR_SUBPROCESSES="yes"
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
|
Loading…
Reference in New Issue