summarylogtreecommitdiffstats
path: root/statsd.service
diff options
context:
space:
mode:
Diffstat (limited to 'statsd.service')
-rw-r--r--statsd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/statsd.service b/statsd.service
new file mode 100644
index 000000000000..4dcd08984edc
--- /dev/null
+++ b/statsd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Statsd
+Wants=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/node /opt/statsd/stats.js /opt/statsd/dConfig.js
+
+[Install]
+WantedBy=multi-user.target
+