7c131a37b4
cloud-init.service is meant to run when networking is up, but before network-online.target unleashes other services in case people want to set up networking customizations that run before those services do. https://bugzilla.redhat.com/show_bug.cgi?id=1400249
13 lines
436 B
Diff
13 lines
436 B
Diff
Index: cloud-init-0.7.8/systemd/cloud-init-local.service
|
|
===================================================================
|
|
--- cloud-init-0.7.8.orig/systemd/cloud-init-local.service
|
|
+++ cloud-init-0.7.8/systemd/cloud-init-local.service
|
|
@@ -5,6 +5,7 @@ Wants=local-fs.target
|
|
Wants=network-pre.target
|
|
After=local-fs.target
|
|
Conflicts=shutdown.target
|
|
+Before=NetworkManager.service
|
|
Before=network-pre.target
|
|
Before=shutdown.target
|
|
|