forked from pool/openssh
91c220ec23
- sshd.service: Do not order after syslog.target, it is not required or recommended and that target does not even exist anymore. OBS-URL: https://build.opensuse.org/request/show/163992 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=46
15 lines
288 B
Desktop File
15 lines
288 B
Desktop File
[Unit]
|
|
Description=OpenSSH Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/ssh
|
|
ExecStartPre=/usr/sbin/sshd-gen-keys-start
|
|
ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|