14 строки
297 B
SYSTEMD
14 строки
297 B
SYSTEMD
[Unit]
|
|
Description=Collectd statistics daemon
|
|
Documentation=man:collectd(1) man:collectd.conf(5)
|
|
After=local-fs.target network-online.target
|
|
Requires=local-fs.target network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/collectd
|
|
Restart=on-failure
|
|
Type=notify
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|