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