-
-
Save felixge/392002 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
#!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