Robert Schweikert
100e3dffbf
+ Let systemd pull in the default targets. This breaks a cycle OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=97
16 lines
455 B
Diff
16 lines
455 B
Diff
--- systemd/cloud-init-local.service.tmpl.orig
|
|
+++ systemd/cloud-init-local.service.tmpl
|
|
@@ -13,12 +13,6 @@ Before=shutdown.target
|
|
Before=sysinit.target
|
|
Conflicts=shutdown.target
|
|
{% endif %}
|
|
-{% if variant in ["suse"] %}
|
|
-# Other distros use Before=sysinit.target. There is not a clearly identified
|
|
-# reason for usage of basic.target instead.
|
|
-Before=basic.target
|
|
-Conflicts=shutdown.target
|
|
-{% endif %}
|
|
RequiresMountsFor=/var/lib/cloud
|
|
|
|
[Service]
|