blob: 8414d9bafb406eb21e3c5299d3b19da49718779a [file] [log] [blame]
Ales Komareka75a89c2014-01-19 17:50:15 +01001description "statsd"
2author "etsy"
3
4start on startup
5stop on shutdown
6
7script
8 chdir /srv/statsd
9
10 exec sudo -u statsd /srv/statsd/scripts/start
11end script