summarylogtreecommitdiffstats
path: root/collectl.service
blob: a2bd7157d0f6802b5b9ea3a56d621aed872740c6 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=collectl metric collection

[Service]
Type=forking
ExecStart=/usr/bin/collectl -D
ExecReload=/bin/kill -USR1 $MAINPID

[Install]
WantedBy=multi-user.target