Skip to content

Commit

Permalink
Merge pull request #12314 from Luap99/machine-wait-sshd
Browse files Browse the repository at this point in the history
podman machine start wait for ssh
  • Loading branch information
openshift-merge-robot authored Nov 18, 2021
2 parents 348aafe + 8ca300a commit 93510e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/ignition.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 93510e8

Please sign in to comment.