summaryrefslogtreecommitdiff
path: root/community/collectd/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/collectd/service')
-rw-r--r--community/collectd/service2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/collectd/service b/community/collectd/service
index 9581ec0c9..30540645a 100644
--- a/community/collectd/service
+++ b/community/collectd/service
@@ -5,7 +5,7 @@ After=local-fs.target network.target
[Service]
Type=forking
PIDFile=/run/collectdmon.pid
-ExecStart=/usr/sbin/collectdmon
+ExecStart=/usr/bin/collectdmon
ExecReload=/bin/kill -HUP $MAINPID
Restart=always