forked from pool/openssh
Dirk Mueller
5829a44f01
- 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
16 lines
307 B
Desktop File
16 lines
307 B
Desktop File
[Unit]
|
|
Description=OpenSSH Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/ssh
|
|
ExecStartPre=/usr/sbin/sshd-gen-keys-start
|
|
ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=always
|
|
TasksMax=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|