forked from pool/cloud-init
14 lines
517 B
Diff
14 lines
517 B
Diff
|
Index: cloud-init-19.1/systemd/cloud-init.service.tmpl
|
||
|
===================================================================
|
||
|
--- cloud-init-19.1.orig/systemd/cloud-init.service.tmpl
|
||
|
+++ cloud-init-19.1/systemd/cloud-init.service.tmpl
|
||
|
@@ -14,7 +14,7 @@ After=networking.service
|
||
|
After=network.service
|
||
|
{% endif %}
|
||
|
{% if variant in ["suse"] %}
|
||
|
-Before=wicked.service
|
||
|
+After=wicked.service
|
||
|
# setting hostname via hostnamectl depends on dbus, which otherwise
|
||
|
# would not be guaranteed at this point.
|
||
|
After=dbus.service
|