summaryrefslogtreecommitdiff
path: root/community/collectd/service
blob: 30540645a604350cb1a20152d78ffaada2b39bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=System statistics collection daemon
After=local-fs.target network.target

[Service]
Type=forking
PIDFile=/run/collectdmon.pid
ExecStart=/usr/bin/collectdmon
ExecReload=/bin/kill -HUP $MAINPID
Restart=always

[Install]
WantedBy=multi-user.target