81d24c0aa7
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/openssh#a048fcc3d0920b13b79be801efbae08388212c5f
12 lines
181 B
SYSTEMD
12 lines
181 B
SYSTEMD
[Unit]
|
|
Description=OpenSSH Server Socket
|
|
Documentation=man:sshd(8) man:sshd_config(5)
|
|
Conflicts=sshd.service
|
|
|
|
[Socket]
|
|
ListenStream=22
|
|
Accept=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|