Compare commits
No commits in common. "9e723cbef6050624bf6e98e9d97dbbdac6bbae1a" and "62997175e639b85808b3201a15c6bd561b2d92e3" have entirely different histories.
9e723cbef6
...
62997175e6
|
@ -8,7 +8,7 @@ set -o nounset
|
|||
RETVAL=0
|
||||
PIDFILE="/tmp/supervisord_{{instance_name}}.pid"
|
||||
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 }}"
|
||||
WAIT_FOR_SUBPROCESSES="yes"
|
||||
|
||||
start() {
|
||||
|
|
Loading…
Reference in New Issue