Make multi-user wantedBy instead of after to start at boot

This commit is contained in:
2025-12-30 23:36:01 -08:00
parent 1b517f56fc
commit 469d44f967

View File

@@ -42,7 +42,8 @@
};
services.hpe-silent-fans = {
enable = true;
after = [ "network.target" "multi-user.target" ];
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
description = "Lowers fan speeds by using ilo over ssh to manually set fan parameters.";
serviceConfig = {