summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorlilac2021-07-13 21:59:46 +0800
committerlilac2021-07-13 21:59:46 +0800
commit7b80fdf4e64d6fb34f5b4bac1edf0f5ef287238f (patch)
tree4a434adb401324589c5456dbc9b3f0e904b8cd8c /service
parent2bc54f240eb65d9abe91ea9ab75c35741fc3bebc (diff)
downloadaur-7b80fdf4e64d6fb34f5b4bac1edf0f5ef287238f.tar.gz
[lilac] updated to 5.12.0-6
Diffstat (limited to 'service')
-rw-r--r--service8
1 files changed, 3 insertions, 5 deletions
diff --git a/service b/service
index 30540645a604..751e0b0f730f 100644
--- a/service
+++ b/service
@@ -3,11 +3,9 @@ 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
+Type=notify
+ExecStart=/usr/bin/collectd
+Restart=on-failure
[Install]
WantedBy=multi-user.target