openssh/sshd.service

18 lines
372 B
SYSTEMD
Raw Permalink Normal View History

2019-09-30 11:10:51 -04:00
[Unit]
Description=OpenSSH server daemon
Documentation=man:sshd(8) man:sshd_config(5)
After=network.target sshd-keygen.target
Wants=sshd-keygen.target
[Service]
Type=notify
EnvironmentFile=-/etc/sysconfig/sshd
2021-10-28 16:38:19 +08:00
ExecStart=/usr/sbin/sshd -D $OPTIONS
2019-09-30 11:10:51 -04:00
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
RestartSec=42s
[Install]
WantedBy=multi-user.target