mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 05:51:38 +00:00
Add LimitNOFILE/LimitNPROC for systemd
This commit is contained in:
parent
ba29f38959
commit
e0ccb34c10
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ ExecReload=/bin/kill -SIGUSR1 $MAINPID
|
|||
KillMode=process
|
||||
Restart=on-failure
|
||||
RestartSec=60s
|
||||
LimitNOFILE=65536
|
||||
LimitNPROC=32768
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue