dotfiles/gigabyte-x570-fix.service
2025-05-27 11:27:25 +02:00

9 lines
258 B
Desktop File

# put in /etc/systemd/system/multi-user.target.wants/gigabyte-x570-fix.service
[Unit]
Description=Gigabyte X570 Platform Sensor Fix
[Service]
ExecStart=/bin/sh -c 'echo disabled > /sys/class/thermal/thermal_zone0/mode'
[Install]
WantedBy=multi-user.target