diff options
| -rw-r--r-- | meta-oe/recipes-core/systemd/systemd-compat-units.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/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 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" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
| 5 | 5 | ||
| 6 | PR = "r10" | 6 | PR = "r12" |
| 7 | 7 | ||
| 8 | inherit allarch | 8 | inherit allarch |
| 9 | 9 | ||
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 @@ | |||
| 2 | Description=Opkg first boot configure | 2 | Description=Opkg first boot configure |
| 3 | DefaultDependencies=no | 3 | DefaultDependencies=no |
| 4 | ConditionPathExists=|/etc/rcS.d/S98configure | 4 | ConditionPathExists=|/etc/rcS.d/S98configure |
| 5 | Before=sysinit.target systemd-tmpfiles-setup.service | 5 | After=remount-rootfs.service |
| 6 | Before=sysinit.target | ||
| 6 | 7 | ||
| 7 | [Service] | 8 | [Service] |
| 8 | ExecStart=/etc/rcS.d/S98configure | 9 | ExecStart=/etc/rcS.d/S98configure |
