diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-11 11:14:22 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-11 11:14:22 +0200 |
| commit | eac31f4e3a684f58936aaf5438b5f2c421645a0a (patch) | |
| tree | 52be00f9c6ef603455dbd4954c5b865b3b3867fd | |
| parent | 5d10b56c9cbd4fe108e8fa575c934abf53979e16 (diff) | |
| download | meta-openembedded-eac31f4e3a684f58936aaf5438b5f2c421645a0a.tar.gz | |
systemd-compat-units: fix service name in opkg unit
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -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 | 2 |
2 files changed, 2 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 7571514068..37b10fb9dc 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 = "r9" | 6 | PR = "r10" |
| 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 43da75cfe6..76516c3bf8 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,7 @@ | |||
| 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.service | 5 | Before=sysinit.target systemd-tmpfiles-setup.service |
| 6 | 6 | ||
| 7 | [Service] | 7 | [Service] |
| 8 | ExecStart=/etc/rcS.d/S98configure | 8 | ExecStart=/etc/rcS.d/S98configure |
