
Also remove lock, add config example and other minor fixes Change-Id: I1409dd2f69372528976cadccf287fc44b8a8d99f
13 lines
190 B
Plaintext
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
|
|
|