From aff372111ad10eb68a39d431687dab8c0b116020 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Fri, 27 Jun 2014 14:25:07 -0700 Subject: [PATCH] units: update dependencies --- units/user-configdrive.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/units/user-configdrive.service b/units/user-configdrive.service index 762cfd2..2750a00 100644 --- a/units/user-configdrive.service +++ b/units/user-configdrive.service @@ -1,7 +1,7 @@ [Unit] Description=Load cloud-config from /media/configdrive Requires=coreos-setup-environment.service -After=coreos-setup-environment.service +After=coreos-setup-environment.service system-config.target Before=user-config.target # HACK: work around ordering between config drive and ec2 metadata It is @@ -13,7 +13,6 @@ Before=user-config.target # systemd knows about the ordering as early as possible. # coreos-cloudinit could implement a simple lock but that cannot be used # until after the systemd dbus calls are made non-blocking. -After=system-cloudinit@usr-share-oem-cloud\x2dconfig.yml.service After=ec2-cloudinit.service [Service]