15 lines
336 B
SYSTEMD
15 lines
336 B
SYSTEMD
|
[Unit]
|
||
|
Description=fan speed regulator
|
||
|
# Run pwmconfig to create this file.
|
||
|
ConditionPathExists=/etc/fancontrol
|
||
|
After=lm-sensors.service
|
||
|
Documentation=man:fancontrol(8) man:pwmconfig(8)
|
||
|
|
||
|
[Service]
|
||
|
ExecStartPre=/usr/sbin/fancontrol --check
|
||
|
ExecStart=/usr/sbin/fancontrol
|
||
|
PIDFile=/run/fancontrol.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|