Code

rules: Fix the arch selection for enabling the gRPC plugin.
[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 ConditionPathExists=/etc/collectd/collectd.conf
6 Documentation=man:collectd(1)
7 Documentation=man:collectd.conf(5)
8 Documentation=https://collectd.org
10 [Service]
11 Type=notify
12 NotifyAccess=main
13 EnvironmentFile=-/etc/default/collectd
14 ExecStartPre=/usr/sbin/collectd -t
15 ExecStart=/usr/sbin/collectd
16 Restart=always
17 RestartSec=10
19 [Install]
20 WantedBy=multi-user.target