fuel-library/deployment/puppet/nailgun/files/supervisor-sysconfig
Ivan Kolodyazhny c0a04fd46c Optional install Nailgun OSTF from PRM packages
Change-Id: Ib73410ff8d3f06e7195e0b9d41862390588a212a
2014-03-31 16:29:28 +03:00

16 lines
462 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