aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-18 09:53:16 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-18 11:18:13 +0200
commit517325b50bcd33d7f3765acca7aeb73b49ae3e5a (patch)
tree3008bfdd71ae412d3ecd8417bf2636728af8f416 /meta-oe/recipes-core/systemd
parentb618634b58f9f4191006532a811909a0af039da1 (diff)
downloadmeta-openembedded-517325b50bcd33d7f3765acca7aeb73b49ae3e5a.tar.gz
systemd-compat-units: start opkg after remount-rootfs.target, not before
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd')
-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