Pwm fan control for Instinct cards
Setup
- Build with
cargo build --release - copy
target/release/amd_gpu_controlto/usr/local/bin/ - copy the systemd service file
instinct_control.serviceto/etc/systemd/system/ - copy the config file
config.tomlto/etc/instinct_control/and customize - verify pwm devices by hand
- ensure only root can write the config to prevent path injection
systemctl enable instinct_control.service