nixos/fancontrol: restart on-failure

main
Evils 3 years ago committed by Evils
parent b165ce0c4e
commit 9cb2107476
  1. 1
      nixos/modules/services/hardware/fancontrol.nix

@ -38,6 +38,7 @@ in
after = [ "lm_sensors.service" ];
serviceConfig = {
Restart = "on-failure";
ExecStart = "${pkgs.lm_sensors}/sbin/fancontrol ${configFile}";
};
};

Loading…
Cancel
Save