Add missing documentation link to systemd service files (RHBZ#1181593)
This commit is contained in:
parent
b9d68e7db4
commit
e581af0a84
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenSSH server daemon
|
Description=OpenSSH server daemon
|
||||||
|
Documentation=man:sshd(8) man:sshd_config(5)
|
||||||
After=network.target sshd-keygen.service
|
After=network.target sshd-keygen.service
|
||||||
Wants=sshd-keygen.service
|
Wants=sshd-keygen.service
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenSSH Server Socket
|
Description=OpenSSH Server Socket
|
||||||
|
Documentation=man:sshd(8) man:sshd_config(5)
|
||||||
Conflicts=sshd.service
|
Conflicts=sshd.service
|
||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenSSH per-connection server daemon
|
Description=OpenSSH per-connection server daemon
|
||||||
|
Documentation=man:sshd(8) man:sshd_config(5)
|
||||||
Wants=sshd-keygen.service
|
Wants=sshd-keygen.service
|
||||||
After=sshd-keygen.service
|
After=sshd-keygen.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user