fuuko/torrent: Increase open file descriptor limit
This commit is contained in:
parent
9588343b6e
commit
427361df65
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue