openssh/sshd.service

17 lines
362 B
SYSTEMD
Raw Normal View History

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