Code

rename systemd service file to respect naming conventions.
[pkg-collectd.git] / debian / collectd-core.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 EnvironmentFile=-/etc/default/collectd
13 ExecStart=/usr/sbin/collectd
14 Restart=always
15 RestartSec=10
17 [Install]
18 WantedBy=multi-user.target