Max: Disable fan control on poweroff.

This commit is contained in:
Dmitry Voronin 2024-12-25 08:26:46 +03:00
parent 0cb4e4e377
commit fbd576b52e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

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; [