Download : Reduce runtime max to 6h.
This commit is contained in:
parent
d307bb664e
commit
12e1d53675
|
@ -62,7 +62,7 @@ in
|
||||||
systemd.services.deluged.serviceConfig = {
|
systemd.services.deluged.serviceConfig = {
|
||||||
MemoryLimit = cfg.memLimit;
|
MemoryLimit = cfg.memLimit;
|
||||||
Restart = lib.mkForce "always";
|
Restart = lib.mkForce "always";
|
||||||
RuntimeMaxSec = "1d";
|
RuntimeMaxSec = "6h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue