Skip to content

Instantly share code, notes, and snippets.

@piavlo
Created July 1, 2013 16:55
Show Gist options
  • Save piavlo/5902572 to your computer and use it in GitHub Desktop.
Save piavlo/5902572 to your computer and use it in GitHub Desktop.
#cat /etc/init/statsd.conf
description "StatsD"
author "Etsy"
start on (filesystem and net-device-up)
stop on runlevel [!2345]
respawn
respawn limit 5 30
chdir /usr/share/statsd
setuid statsd
script
exec node /usr/share/statsd/stats.js /etc/statsd/config.js >> /var/log/statsd/statsd.log 2>&1
end script
emits statsd-running
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment