mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +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
|
||||
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]
|
||||
|
Reference in New Issue
Block a user