Initial revision fan control via sysfs and PWM

This commit is contained in:
2025-11-13 00:47:47 +01:00
parent fb21f1cda1
commit c5336db56b
6 changed files with 1482 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[Unit]
Description=AMD Instinct custom fan control
After=sysinit.target
[Service]
User=root
Group=root
ExecStart=/usr/local/bin/amd_gpu_control --config /etc/instinct_control/config.toml
Restart=on-failure
RestartSec=2
[Install]
# Enable auto-start at boot
WantedBy=multi-user.target