fuuko/torrent: Increase open file descriptor limit

This commit is contained in:
Simon Bruder 2021-11-21 13:11:19 +01:00
parent 9588343b6e
commit 427361df65
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -61,6 +61,9 @@ let
User = "aria2"; User = "aria2";
Group = "nginx"; Group = "nginx";
# Increase number of open file descriptors (default: 1024)
LimitNOFILE = 65536;
# systemd-analyze --no-pager security aria2-rpc-proxy.service # systemd-analyze --no-pager security aria2-rpc-proxy.service
CapabilityBoundingSet = null; CapabilityBoundingSet = null;
PrivateDevices = true; PrivateDevices = true;