From 517325b50bcd33d7f3765acca7aeb73b49ae3e5a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 18 Oct 2011 09:53:16 +0200 Subject: systemd-compat-units: start opkg after remount-rootfs.target, not before Signed-off-by: Koen Kooi Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd-compat-units.bb | 2 +- meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units.bb b/meta-oe/recipes-core/systemd/systemd-compat-units.bb index 37b10fb9dc..ffcfab22dd 100644 --- a/meta-oe/recipes-core/systemd/systemd-compat-units.bb +++ b/meta-oe/recipes-core/systemd/systemd-compat-units.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Units to make systemd work better with existing sysvinit scripts" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PR = "r10" +PR = "r12" inherit allarch diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service b/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service index 76516c3bf8..36cedf22b1 100644 --- a/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service +++ b/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service @@ -2,7 +2,8 @@ Description=Opkg first boot configure DefaultDependencies=no ConditionPathExists=|/etc/rcS.d/S98configure -Before=sysinit.target systemd-tmpfiles-setup.service +After=remount-rootfs.service +Before=sysinit.target [Service] ExecStart=/etc/rcS.d/S98configure -- cgit 1.2.3-korg