Download: Restart every 3h.
This commit is contained in:
parent
c41320864b
commit
1c43a448ef
|
@ -55,7 +55,7 @@ in {
|
|||
systemd.services.deluged.serviceConfig = {
|
||||
MemoryLimit = cfg.memLimit;
|
||||
Restart = lib.mkForce "always";
|
||||
RuntimeMaxSec = "6h";
|
||||
RuntimeMaxSec = "3h";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue