Skip to content

Instantly share code, notes, and snippets.

@neutmute
Created June 5, 2012 05:44
Show Gist options
  • Save neutmute/2872914 to your computer and use it in GitHub Desktop.
Save neutmute/2872914 to your computer and use it in GitHub Desktop.
upstart to start statsd
description "statsd"
start on startup
stop on shutdown
script
export HOME="/root"
cd /opt/statsd && node ./stats.js ./localConfig.js
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment