From 022e8688050f19977842ee807bf2e699625b2ff8 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Sun, 19 Nov 2017 15:51:24 -0500 Subject: SUSE: remove delta in systemd local template for SUSE On openSUSE and SLES systemd is allowed to pull the default dependencies, thus setting "Before=basic.target" is incorrect and creates a cycle leading to the deletion of the cloud-init-local.service --- systemd/cloud-init-local.service.tmpl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'systemd') 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] -- cgit v1.2.3