← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~pkashsurya/cloud-init/+git/cloud-init:gce-dns-fix into cloud-init:master

 

Prakash Surya has proposed merging ~pkashsurya/cloud-init/+git/cloud-init:gce-dns-fix into cloud-init:master.

Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~pkashsurya/cloud-init/+git/cloud-init/+merge/370335
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~pkashsurya/cloud-init/+git/cloud-init:gce-dns-fix into cloud-init:master.
diff --git a/systemd/cloud-init.service.tmpl b/systemd/cloud-init.service.tmpl
index 5cb0037..c17a155 100644
--- a/systemd/cloud-init.service.tmpl
+++ b/systemd/cloud-init.service.tmpl
@@ -7,6 +7,7 @@ Wants=sshd-keygen.service
 Wants=sshd.service
 After=cloud-init-local.service
 After=systemd-networkd-wait-online.service
+After=systemd-resolved.service
 {% if variant in ["ubuntu", "unknown", "debian"] %}
 After=networking.service
 {% endif %}