lpeg: bump to version 1.0.1
[buildroot-gz.git] / package / collectd / collectd.service
blobe203806f59671298a05e7c473d3dfa9e18ece343
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.conf
7 [Service]
8 Type=notify
9 NotifyAccess=main
10 EnvironmentFile=-/etc/default/collectd
11 ExecStartPre=/usr/sbin/collectd -t
12 ExecStart=/usr/sbin/collectd
13 Restart=always
14 RestartSec=10
16 [Install]
17 WantedBy=multi-user.target