Skip to content

Instantly share code, notes, and snippets.

@lakemove
Created October 29, 2012 02:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakemove/3971070 to your computer and use it in GitHub Desktop.
Save lakemove/3971070 to your computer and use it in GitHub Desktop.
node upstart script
description "blog-app server"
author "Jay"
start on startup
stop on shutdown
script
#Your scripts
cd /home/jay/works/blog-app
exec -u jay supervisor app
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment