diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2025-02-20 10:25:16 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-21 13:08:44 +0000 |
| commit | 4fbdfd842c42e5cd77de847e1de85950fdb4e24d (patch) | |
| tree | 14456f384f28801a1cbae35e71f814e3f783dea8 /meta | |
| parent | f1b96cd0dde73278c2d333e0d047ee2e6893f8d7 (diff) | |
| download | poky-4fbdfd842c42e5cd77de847e1de85950fdb4e24d.tar.gz | |
psplash: fix typo in psplash-systemd.service
systemd ignores the typo and continues but startup fails later due to
missing fifo file. Fixes:
systemd[1]: /usr/lib/systemd/system/psplash-systemd.service:8: Unknown key 'ConditionFileExists' in section [Unit], ignoring.
(From OE-Core rev: c7215ad8599a4b792d7edefb46861c94a7ba79b3)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/psplash/files/psplash-systemd.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service index f9aaa2db3d..b618be1ba6 100644 --- a/meta/recipes-core/psplash/files/psplash-systemd.service +++ b/meta/recipes-core/psplash/files/psplash-systemd.service | |||
| @@ -5,7 +5,7 @@ After=psplash-start@fb0.service | |||
| 5 | Requires=psplash-start@fb0.service | 5 | Requires=psplash-start@fb0.service |
| 6 | RequiresMountsFor=/run | 6 | RequiresMountsFor=/run |
| 7 | ConditionFileIsExecutable=/usr/bin/psplash | 7 | ConditionFileIsExecutable=/usr/bin/psplash |
| 8 | ConditionFileExists=/run/psplash_fifo | 8 | ConditionPathExists=/run/psplash_fifo |
| 9 | 9 | ||
| 10 | [Service] | 10 | [Service] |
| 11 | ExecStart=/usr/bin/psplash-systemd | 11 | ExecStart=/usr/bin/psplash-systemd |
