Skip to content

Instantly share code, notes, and snippets.

@felixge
Forked from Marak/gist:391994
Created May 6, 2010 10:41
Show Gist options
  • Save felixge/392002 to your computer and use it in GitHub Desktop.
Save felixge/392002 to your computer and use it in GitHub Desktop.
#!upstart
description "broodmother"
author "marak"
start on startup
stop on shutdown
script
exec sudo -u root /usr/local/bin/node /root/nodejitsu/server.js >> /var/log/brood.log 2>&1
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment