1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

psplash: Fix systemd service dependencies

Avoid:
qemux86-64 psplash-systemd[135]: Error unable to open fifo

by adding the missing dependency on /run/ where the fifo resides.

Also, psplash-systemd requires psplash-start, not the other way around
as the splash creates the fifo which the other then needs to open.

(From OE-Core rev: e31ad1b58e8dbac2e299bc0cb872c3a82db14717)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2020-02-22 13:55:25 +00:00
parent 9ae26cfeea
commit 950615f34d
2 changed files with 3 additions and 1 deletions
@@ -1,7 +1,7 @@
[Unit]
Description=Start psplash boot splash screen
DefaultDependencies=no
Requires=psplash-systemd.service
RequiresMountsFor=/run
[Service]
ExecStart=/usr/bin/psplash
@@ -2,6 +2,8 @@
Description=Start psplash-systemd progress communication helper
DefaultDependencies=no
After=systemd-start.service
Requires=psplash-start.service
RequiresMountsFor=/run
[Service]
ExecStart=/usr/bin/psplash-systemd