remove unneeded pkgs import and depricated StartLimitInterval

This commit is contained in:
Richard Carter
2024-07-14 16:06:30 -04:00
parent e695de950c
commit d524d09d0d
-2
View File
@@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:
with lib; let
@@ -111,7 +110,6 @@ in {
systemd.services.sabnzbd.serviceConfig = {
Restart = "on-failure";
StartLimitInterval = 15;
StartLimitBurst = 5;
};