forked from pool/openssh
183de6e669
- .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
18 lines
361 B
Desktop File
18 lines
361 B
Desktop File
[Unit]
|
|
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
|
|
Restart=always
|
|
TasksMax=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|