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

Fixes the provided systemd unit file to use graphical-session.target. #25

Closed ReneHollander closed 4 years ago

ReneHollander commented 4 years ago

The old service file used a WantedBy xsession.target which is not a preexisting target. graphical-session.target should be correctly used by the desktop environment.

ReneHollander commented 4 years ago

Thanks to @BOHverkill for helping me find the correct targets to use.

nan0s7 commented 4 years ago

Awesome! Thanks to the both of you for this :D