Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop

This commit is contained in:
Seth Call 2014-06-15 10:07:13 -05:00
commit 2a04208fb5
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