remove unneeded pkgs import and depricated StartLimitInterval
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user