summaryrefslogtreecommitdiff
path: root/collectd/service
diff options
context:
space:
mode:
Diffstat (limited to 'collectd/service')
-rw-r--r--collectd/service11
1 files changed, 11 insertions, 0 deletions
diff --git a/collectd/service b/collectd/service
new file mode 100644
index 000000000..751e0b0f7
--- /dev/null
+++ b/collectd/service
@@ -0,0 +1,11 @@
+[Unit]
+Description=System statistics collection daemon
+After=local-fs.target network.target
+
+[Service]
+Type=notify
+ExecStart=/usr/bin/collectd
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target