Initial revision fan control via sysfs and PWM
This commit is contained in:
18
fancontrol/instinct_control.service
Normal file
18
fancontrol/instinct_control.service
Normal 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
|
||||
Reference in New Issue
Block a user