Fix invalid systemd TasksMax

This commit is contained in:
Yihong Wu 2022-05-11 18:23:48 +08:00
parent 4f9c75a3a7
commit 8f3915417f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ConditionPathExists=!@DIR@/softether/vpnserver/do_not_run
[Service]
Type=forking
TasksMax=16777216
TasksMax=infinity
EnvironmentFile=-@DIR@/softether/vpnserver
ExecStart=@DIR@/softether/vpnserver/vpnserver start
ExecStop=@DIR@/softether/vpnserver/vpnserver stop