summaryrefslogtreecommitdiff
path: root/community/collectd/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/collectd/service')
-rw-r--r--community/collectd/service13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/collectd/service b/community/collectd/service
deleted file mode 100644
index 30540645a..000000000
--- a/community/collectd/service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=System statistics collection daemon
-After=local-fs.target network.target
-
-[Service]
-Type=forking
-PIDFile=/run/collectdmon.pid
-ExecStart=/usr/bin/collectdmon
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=always
-
-[Install]
-WantedBy=multi-user.target