6bc5671491
Apply: git diff --full-index --binary anaconda-23.19.10-1..anaconda-25.20.9-1 And resolve conflicts. QubesOS/qubes-issues#2574
18 lines
583 B
Desktop File
18 lines
583 B
Desktop File
[Unit]
|
|
Description=OpenSSH server daemon
|
|
Before=anaconda.target
|
|
After=syslog.target network.target sshd-keygen.target
|
|
Wants=sshd-keygen.target
|
|
ConditionKernelCommandLine=|sshd
|
|
ConditionKernelCommandLine=|inst.sshd
|
|
ConditionKernelCommandLine=!inst.sshd=0
|
|
ConditionKernelCommandLine=!sshd=0
|
|
# TODO: use ConditionArchitecture in systemd v210 or later
|
|
ConditionPathIsDirectory=|/sys/hypervisor/s390
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/sshd
|
|
ExecStartPre=/usr/sbin/handle-sshpw
|
|
ExecStart=/usr/sbin/sshd -D $OPTIONS -f /etc/ssh/sshd_config.anaconda
|
|
ExecReload=/bin/kill -HUP $MAINPID
|