Merge pull request #12314 from Luap99/machine-wait-sshd

podman machine start wait for ssh
This commit is contained in:
OpenShift Merge Robot
2021-11-18 22:00:18 +01:00
committed by GitHub

View File

@ -81,7 +81,7 @@ func NewIgnitionFile(ign DynamicIgnition) error {
// so a listening host knows it can being interacting with it
ready := `[Unit]
Requires=dev-virtio\\x2dports-%s.device
After=remove-moby.service
After=remove-moby.service sshd.socket sshd.service
OnFailure=emergency.target
OnFailureJobMode=isolate
[Service]