summaryrefslogtreecommitdiff
path: root/pcr/thinkfan/thinkfan.service
blob: 5618aed6fe7cbc3a728065d86ea3971fed01f9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=simple and lightweight fan control program
Wants=lm_sensors.service
After=lm_sensors.service

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

[Install]
WantedBy=multi-user.target