From e0084a599d5259e507298175dad8a1e719017895 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 24 Oct 2018 14:34:50 +0000 Subject: systemd: On SUSE ensure cloud-init.service runs before wicked With db50bc0d9 the sysconfig renderer was enabled for openSUSE and SUSE Linux Enterprise. This requires that cloud-init.service starts before wicked. LP: #1799709 --- systemd/cloud-init.service.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'systemd') diff --git a/systemd/cloud-init.service.tmpl b/systemd/cloud-init.service.tmpl index b92e8abc..5cb00371 100644 --- a/systemd/cloud-init.service.tmpl +++ b/systemd/cloud-init.service.tmpl @@ -14,8 +14,7 @@ After=networking.service After=network.service {% endif %} {% if variant in ["suse"] %} -Requires=wicked.service -After=wicked.service +Before=wicked.service # setting hostname via hostnamectl depends on dbus, which otherwise # would not be guaranteed at this point. After=dbus.service -- cgit v1.2.3