9 lines
258 B
Desktop File
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
|