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