mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Merge pull request #12314 from Luap99/machine-wait-sshd
podman machine start wait for ssh
This commit is contained in:
@ -81,7 +81,7 @@ func NewIgnitionFile(ign DynamicIgnition) error {
|
|||||||
// so a listening host knows it can being interacting with it
|
// so a listening host knows it can being interacting with it
|
||||||
ready := `[Unit]
|
ready := `[Unit]
|
||||||
Requires=dev-virtio\\x2dports-%s.device
|
Requires=dev-virtio\\x2dports-%s.device
|
||||||
After=remove-moby.service
|
After=remove-moby.service sshd.socket sshd.service
|
||||||
OnFailure=emergency.target
|
OnFailure=emergency.target
|
||||||
OnFailureJobMode=isolate
|
OnFailureJobMode=isolate
|
||||||
[Service]
|
[Service]
|
||||||
|
Reference in New Issue
Block a user