* allow core dumps and a greater number of handes for the web processes

This commit is contained in:
Seth Call 2014-06-14 13:06:37 -05:00
parent e301792c36
commit 62bf8eb0a0
3 changed files with 15 additions and 0 deletions

View File

@ -3,6 +3,11 @@ description "jam-admin"
start on startup
start on runlevel [2345]
stop on runlevel [016]
limit nofile 20000 20000
limit core unlimited unlimited
respawn
respawn limit 10 5
pre-start script
set -e

View File

@ -3,6 +3,11 @@ description "jam-web"
start on startup
start on runlevel [2345]
stop on runlevel [016]
limit nofile 20000 20000
limit core unlimited unlimited
respawn
respawn limit 10 5
pre-start script
set -e

View File

@ -3,6 +3,11 @@ description "websocket-gateway"
start on startup
start on runlevel [2345]
stop on runlevel [016]
limit nofile 20000 20000
limit core unlimited unlimited
respawn
respawn limit 10 5
pre-start script
set -e