Compare commits

..

No commits in common. "6c0ead6c5a14f04bb94e1a9bca8c3fd13766e19e" and "313315f4efb492611508f7bf0a2e85bbce2b00ad" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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 }}" OPTIONS="-c {{ config_file_path }} -w /tmp/supervisord_{{instance_name}}.sock"
WAIT_FOR_SUBPROCESSES="yes" WAIT_FOR_SUBPROCESSES="yes"
start() { start() {