Merge pull request #225981 from jnsgruk/multipass-wait-online

multipass: don't start until online
This commit is contained in:
Ryan Lahfa 2023-04-19 18:04:47 +02:00 committed by GitHub
commit 645bc49f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,8 @@ in
description = "Multipass orchestrates virtual Ubuntu instances.";
wantedBy = [ "multi-user.target" ];
wants = [ "network.target" ];
after = [ "network.target" ];
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
environment = {
"XDG_DATA_HOME" = "/var/lib/multipass/data";