Created
November 25, 2014 22:11
-
-
Save baudehlo/4228bb6a1cd2c84e041d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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