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.

Signed-off-by: Mikko Rapeli <[email protected]>
---
 meta/recipes-core/psplash/files/psplash-systemd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ [email protected]
 [email protected]
 RequiresMountsFor=/run
 ConditionFileIsExecutable=/usr/bin/psplash
-ConditionFileExists=/run/psplash_fifo
+ConditionPathExists=/run/psplash_fifo
 
 [Service]
 ExecStart=/usr/bin/psplash-systemd
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#211742): 
https://lists.openembedded.org/g/openembedded-core/message/211742
Mute This Topic: https://lists.openembedded.org/mt/111285896/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to