diff mbox series

psplash: fix typo in psplash-systemd.service

Message ID 20250220082517.2065822-1-mikko.rapeli@linaro.org
State Accepted, archived
Commit c7215ad8599a4b792d7edefb46861c94a7ba79b3
Headers show
Series psplash: fix typo in psplash-systemd.service | expand

Commit Message

Mikko Rapeli Feb. 20, 2025, 8:25 a.m. UTC
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 <mikko.rapeli@linaro.org>
---
 meta/recipes-core/psplash/files/psplash-systemd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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
 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