9070b3
[Unit]
9070b3
Description=OpenSSH server daemon
9070b3
Documentation=man:sshd(8) man:sshd_config(5)
9070b3
After=network.target sshd-keygen.target
9070b3
Wants=sshd-keygen.target
9070b3
9070b3
[Service]
9070b3
Type=notify
9070b3
EnvironmentFile=-/etc/sysconfig/sshd
9070b3
ExecStart=/usr/sbin/sshd -D $OPTIONS
9070b3
ExecReload=/bin/kill -HUP $MAINPID
9070b3
KillMode=process
9070b3
Restart=on-failure
9070b3
RestartSec=42s
9070b3
9070b3
[Install]
9070b3
WantedBy=multi-user.target