Не запускается thinkfan в arch linux на ноутбуке t420s.
systemctl status thinkfan
Warning: The unit file, source configuration file or drop-ins of thinkfan.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● thinkfan.service - Thinkfan Daemon - simple and lightweight fan control program
Loaded: error (Reason: Invalid argument)
Drop-In: /etc/systemd/system/thinkfan.service.d
└─override.conf
Active: inactive (dead)
unit
[Unit]
Description=Thinkfan Daemon - simple and lightweight fan control program
After=basic.target
[Service]
ExecStart=/usr/sbin/thinkfan -n -s5 -q
[Install]
WantedBy=multi-user.target
также пробовал другой unit
[Unit]
Description=ThinkPad Fan control
After=sysinit.target sys-module-coretemp.device
BindsTo=sys-module-coretemp.device
PartOf=pm.target
Conflicts=thinkfan-AC.service
[Service]
ExecStartPre=/bin/sh -c «echo enable > /proc/acpi/ibm/fan»
ExecStart=/usr/sbin/thinkfan -d -n -c /etc/thinkfan-PM.conf
ExecStopPost=/bin/sh -c «echo level auto > /proc/acpi/ibm/fan»
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=journal
[Install]
WantedBy=pm.target