Code

806d804989097a7f53548a83236f571be1ec1967
[pkg-collectd.git] / debian / collectd.service
1 [Unit]
2 Description=Statistics collection and monitoring daemon
3 After=local-fs.target network.target
4 Requires=local-fs.target network.target
5 Documentation=man:collectd(1)
6 Documentation=man:collectd.conf(5)
7 Documentation=https://collectd.org
9 [Service]
10 Type=notify
11 NotifyAccess=main
12 ExecStart=/usr/sbin/collectd
13 Restart=always
14 RestartSec=10
16 [Install]
17 WantedBy=multi-user.target