summaryrefslogtreecommitdiff
path: root/systemd/cloud-init-local.service.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/cloud-init-local.service.tmpl')
-rw-r--r--systemd/cloud-init-local.service.tmpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/systemd/cloud-init-local.service.tmpl b/systemd/cloud-init-local.service.tmpl
index bf6b2961..ff9c644d 100644
--- a/systemd/cloud-init-local.service.tmpl
+++ b/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]