mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Increase open file limit for systemd unit to 8192
This commit is contained in:
parent
9eb4981ac1
commit
a60b0ee4c1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ ExecStart=/usr/bin/yggdrasil -useconffile /etc/yggdrasil.conf
|
|||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
TimeoutStopSec=5
|
||||
LimitNOFILE=8192
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue