Compare commits
2 Commits
313315f4ef
...
6c0ead6c5a
Author | SHA1 | Date |
---|---|---|
pengln | 6c0ead6c5a | |
pengln | 732407677c |
|
@ -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 }}"
|
||||||
WAIT_FOR_SUBPROCESSES="yes"
|
WAIT_FOR_SUBPROCESSES="yes"
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
|
Loading…
Reference in New Issue