3 After=local-fs.target network.target
4 Requires=local-fs.target network.target
7 ExecStart=/usr/sbin/collectd
8 EnvironmentFile=-/etc/sysconfig/collectd
9 EnvironmentFile=-/etc/default/collectd
13 # A few plugins won't work without some privileges, which you'll have to
14 # specify using the CapabilityBoundingSet directive below.
16 # Here's a (incomplete) list of the plugins known capability requirements:
17 # ceph CAP_DAC_OVERRIDE
19 # exec CAP_SETUID CAP_SETGID
20 # iptables CAP_NET_ADMIN
22 # turbostat CAP_SYS_RAWIO
24 # Example, if you use the iptables plugin alongside the dns or ping plugin:
25 #CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN
27 # By default, drop all capabilities:
28 CapabilityBoundingSet=
32 # Tell systemd it will receive a notification from collectd over it's control
33 # socket once the daemon is ready. See systemd.service(5) for more details.
36 # Restart the collectd daemon after a 10 seconds delay, in case it crashes.
40 WantedBy=multi-user.target