1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Increased the task limit of the unit file to be 4096 (max

connections per hub) * 4096 (max hubs)
This commit is contained in:
Ron Nabuurs 2019-04-19 11:53:39 +02:00
parent b43a1e76da
commit a2e2d5133b
No known key found for this signature in database
GPG Key ID: AE92F68123254628

View File

@ -5,6 +5,7 @@ ConditionPathExists=!${CPACK_PACKAGING_INSTALL_PREFIX}/libexec/softether/vpnserv
[Service]
Type=forking
TasksMax=16777216
EnvironmentFile=-${CPACK_PACKAGING_INSTALL_PREFIX}/libexec/softether/vpnserver
ExecStart=${CPACK_PACKAGING_INSTALL_PREFIX}/libexec/softether/vpnserver/vpnserver start
ExecStop=${CPACK_PACKAGING_INSTALL_PREFIX}/libexec/softether/vpnserver/vpnserver stop