fuel-library/deployment/puppet/nailgun/files/supervisor-sysconfig
Vladimir Kuklin 518146d5c0 Increase supervisord stop delay
Applied redhat initscripts from commit
64f85465c6aaeb37b2385f3331004cf0a7d2182f
from Supervisor project.

Change-Id: Iaade68a30803ac6ebb24b484ea6cb510793d3bdf
Closes-bug: #1268688
2014-02-10 19:58:05 +04:00

16 lines
464 B
Plaintext

# this is sourced by the supervisord init script
# written by jkoppe
set -a
# should probably put both of these options as runtime arguments
OPTIONS="-c /etc/supervisord.conf"
PIDFILE=/var/run/supervisord.pid
# unset this variable if you don't care to wait for child processes to shutdown
# before removing the /var/lock/subsys/supervisord lock
WAIT_FOR_SUBPROCESSES=yes
# remove this if you manage number of open files in some other fashion
ulimit -n 96000