forked from pool/collectd
15 lines
307 B
SYSTEMD
15 lines
307 B
SYSTEMD
|
[Unit]
|
||
|
Description=System statistics collection daemon
|
||
|
After=local-fs.target network.target
|
||
|
Requires=local-fs.target network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/collectd -C /etc/collectd.conf -f
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
StandardOutput=syslog
|
||
|
StandardError=syslog
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|