aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/systemd/systemd-compat-units.bb2
-rw-r--r--meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service3
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