mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
systemd-compat-units: fix service name in opkg unit
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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 = "r9"
|
||||
PR = "r10"
|
||||
|
||||
inherit allarch
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Description=Opkg first boot configure
|
||||
DefaultDependencies=no
|
||||
ConditionPathExists=|/etc/rcS.d/S98configure
|
||||
Before=sysinit.target systemd-tmpfiles.service
|
||||
Before=sysinit.target systemd-tmpfiles-setup.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/etc/rcS.d/S98configure
|
||||
|
||||
Reference in New Issue
Block a user