libra/debian/libra_statsd.upstart
Andrew Hutchings 3845e18c96 Add repair code
Also remove lock, add config example and other minor fixes

Change-Id: I1409dd2f69372528976cadccf287fc44b8a8d99f
2013-04-18 21:58:11 +01:00

13 lines
190 B
Plaintext

description "statsd"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
script
libra_statsd -c /etc/libra.cfg
end script