summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorAntonio Rojas2021-05-08 09:06:40 +0000
committerAntonio Rojas2021-05-08 09:06:40 +0000
commit2bc54f240eb65d9abe91ea9ab75c35741fc3bebc (patch)
tree038736fb0a8ea922f38b2c96fa764c5ac79a343e /service
downloadaur-2bc54f240eb65d9abe91ea9ab75c35741fc3bebc.tar.gz
Dropped from repos
Diffstat (limited to 'service')
-rw-r--r--service13
1 files changed, 13 insertions, 0 deletions
diff --git a/service b/service
new file mode 100644
index 000000000000..30540645a604
--- /dev/null
+++ b/service
@@ -0,0 +1,13 @@
+[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