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

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

[Install]
WantedBy=multi-user.target
Also=thinkfan-wakeup.service