mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 02:24:49 +00:00
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:
parent
b618634b58
commit
517325b50b
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user