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>
This commit is contained in:
Koen Kooi
2011-10-18 09:53:16 +02:00
parent b618634b58
commit 517325b50b
2 changed files with 3 additions and 2 deletions
@@ -3,7 +3,7 @@ DESCRIPTION = "Units to make systemd work better with existing sysvinit scripts"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r10" PR = "r12"
inherit allarch inherit allarch
@@ -2,7 +2,8 @@
Description=Opkg first boot configure Description=Opkg first boot configure
DefaultDependencies=no DefaultDependencies=no
ConditionPathExists=|/etc/rcS.d/S98configure ConditionPathExists=|/etc/rcS.d/S98configure
Before=sysinit.target systemd-tmpfiles-setup.service After=remount-rootfs.service
Before=sysinit.target
[Service] [Service]
ExecStart=/etc/rcS.d/S98configure ExecStart=/etc/rcS.d/S98configure