Max: Dont enable auto fan speeds on service stop.

This commit is contained in:
Dmitry Voronin 2024-12-20 09:02:50 +03:00
parent 68893a8e23
commit b979aec192

View file

@ -41,7 +41,7 @@ in
description = "The fan control"; description = "The fan control";
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
serviceConfig = { serviceConfig = {
ExecStop = "${wm2fc}/bin/wm2fc a"; # ExecStop = "${wm2fc}/bin/wm2fc a";
Type = "simple"; Type = "simple";
}; };
path = with pkgs; [ path = with pkgs; [