Skip to content

Instantly share code, notes, and snippets.

@gruppjo
Created April 3, 2014 07:47
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 gruppjo/9950009 to your computer and use it in GitHub Desktop.
Save gruppjo/9950009 to your computer and use it in GitHub Desktop.
template for linux services
description "starts an survey tools node server"
author "JG <j.grupp@mwaysolutions.com>"
start on (local-filesystems and net-device-up)
stop on shutdown
respawn
respawn limit 5 60
# Start the process
script
exec sudo -u jonny /usr/bin/node /var/www/jonathan.nerds.mway.io/private/survey-webapp/server/server.js
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment