mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f1b96cd0dd
commit
4fbdfd842c
@@ -5,7 +5,7 @@ After=psplash-start@fb0.service
|
||||
Requires=psplash-start@fb0.service
|
||||
RequiresMountsFor=/run
|
||||
ConditionFileIsExecutable=/usr/bin/psplash
|
||||
ConditionFileExists=/run/psplash_fifo
|
||||
ConditionPathExists=/run/psplash_fifo
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/psplash-systemd
|
||||
|
||||
Reference in New Issue
Block a user