mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 20:15:38 +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:
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user