SHA256
1
0
forked from pool/openssh

Accepting request 459897 from home:elvigia:branches:network

- sshd.service: Set TasksMax=infinity, as there should be
  no limit on the amount of tasks sshd can run.

OBS-URL: https://build.opensuse.org/request/show/459897
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=115
This commit is contained in:
2017-03-01 11:01:26 +00:00
committed by Git OBS Bridge
parent 6c861e0b33
commit 5829a44f01
4 changed files with 9 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
TasksMax=infinity
[Install]
WantedBy=multi-user.target