Increase open file limit for systemd unit to 8192

This commit is contained in:
George 2020-10-14 04:54:41 -04:00
parent 9eb4981ac1
commit a60b0ee4c1

View file

@ -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