Skip to content

Instantly share code, notes, and snippets.

@erickr
erickr / statsd.init.sh
Created October 30, 2011 20:01 — forked from lukemorton/README.markdown
Modified statsd.init.sh file to work on Debian
#!/bin/bash
#
# StatsD
#
# chkconfig: 3 50 50
# description: StatsD init.d
. /lib/lsb/init-functions
prog=statsd
STATSDDIR=/opt/statsd