Skip to content

Instantly share code, notes, and snippets.

@baudehlo
Created November 25, 2014 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baudehlo/4228bb6a1cd2c84e041d to your computer and use it in GitHub Desktop.
Save baudehlo/4228bb6a1cd2c84e041d to your computer and use it in GitHub Desktop.
description "tristanp web app"
start on filesystem or runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 10 5
umask 022
limit nofile 65535 65535
console none
expect fork
exec /usr/bin/nodejs /path/to/my/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment