nan0s7 / nfancurve

A small and lightweight POSIX script for using a custom fan curve in Linux for those with an Nvidia GPU.
GNU General Public License v3.0
314 stars 57 forks source link

nfancurve.service: Send SIGINT on stop so fan profile is reset #29

Closed mooninite closed 4 years ago

mooninite commented 4 years ago

The shell script expects to catch a CTRL-C (SIGINT) so that it will turn off the custom fan speed setting and let the VBIOS resume control. The default systemd signal is SIGTERM so the custom fan profile never gets turned off on a systemd stop command.

nan0s7 commented 4 years ago

Awesome, thanks for that!