[oe-commits] Koen Kooi : systemd-compat-units: start opkg after remount-rootfs.target, not before

git at git.openembedded.org git at git.openembedded.org
Tue Oct 18 11:03:09 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 517325b50bcd33d7f3765acca7aeb73b49ae3e5a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=517325b50bcd33d7f3765acca7aeb73b49ae3e5a

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Oct 18 09:53:16 2011 +0200

systemd-compat-units: start opkg after remount-rootfs.target, not before

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-core/systemd/systemd-compat-units.bb   |    2 +-
 .../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 37b10fb..ffcfab2 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 76516c3..36cedf2 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





More information about the Openembedded-commits mailing list