fuuko/torrent: Increase open file descriptor limit

neomutt
Simon Bruder 2021-11-21 13:11:19 +01:00
parent 9588343b6e
commit 427361df65
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

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