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

systemd: Fix service file for race issues

It seems this service needs both Requires: and After: according to the definitions
in the systemd docs, else we see boot race failures.

(From OE-Core rev: d6b1809e8cd7ca78c5b442177393d4299a96ec65)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2020-03-03 09:23:08 +00:00
parent fa4945100a
commit 92e172b5b4
@@ -2,6 +2,7 @@
Description=Start psplash-systemd progress communication helper
DefaultDependencies=no
After=systemd-start.service
After=psplash-start.service
Requires=psplash-start.service
RequiresMountsFor=/run