SHA256
1
0
forked from pool/openssh

Accepting request 571576 from home:pcerny:factory

- .spec file cleanup

- upgrade to 7.6p1
  see main package changelog for details

- Add missing crypto hardware enablement patches for IBM mainframes
  (FATE#323902)

- add missing part of systemd integration (unit type)

OBS-URL: https://build.opensuse.org/request/show/571576
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=134
This commit is contained in:
Petr Cerny
2018-02-01 00:18:29 +00:00
committed by Git OBS Bridge
parent 2baed0da9e
commit 183de6e669
5 changed files with 30 additions and 14 deletions

View File

@@ -3,8 +3,10 @@ Description=OpenSSH Daemon
After=network.target
[Service]
Type=notify
EnvironmentFile=-/etc/sysconfig/ssh
ExecStartPre=/usr/sbin/sshd-gen-keys-start
ExecStartPre=/usr/sbin/sshd -t $SSHD_OPTS
ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process