Max: Disable fan control on poweroff.
This commit is contained in:
parent
718e5b091c
commit
0c610fab8f
|
@ -41,7 +41,7 @@ in
|
|||
description = "The fan control";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
# ExecStop = "${wm2fc}/bin/wm2fc a";
|
||||
ExecStop = "${wm2fc}/bin/wm2fc a";
|
||||
Type = "simple";
|
||||
};
|
||||
path = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue