Merge pull request #144210 from evils/fancontrol
nixos/fancontrol: restart on-failure
This commit is contained in:
commit
b67e752c29
@ -38,6 +38,7 @@ in
|
||||
after = [ "lm_sensors.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
Restart = "on-failure";
|
||||
ExecStart = "${pkgs.lm_sensors}/sbin/fancontrol ${configFile}";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user