Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-connectivity / openssh / files / stx / sshd.service
1 [Unit]
2 Description=OpenSSH server daemon
3 Documentation=man:sshd(8) man:sshd_config(5)
4 After=network.target sshd-keygen.service
5 Wants=sshd-keygen.service
6
7 [Service]
8 Type=notify
9 EnvironmentFile=/etc/sysconfig/sshd
10 ExecStart=/usr/sbin/sshd -D $OPTIONS
11 ExecReload=/bin/kill -HUP $MAINPID
12 KillMode=process
13 Restart=on-failure
14 RestartSec=42s
15
16 [Install]
17 WantedBy=multi-user.target