summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/psplash
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-03 09:23:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-03 13:06:23 +0000
commitd6b1809e8cd7ca78c5b442177393d4299a96ec65 (patch)
treefae2e227b62b7b66b5968078b413d4e38ea027ae /meta/recipes-core/psplash
parent3329dd6ea914c5fadbf63ecbfde9c66472df19ee (diff)
downloadopenembedded-core-d6b1809e8cd7ca78c5b442177393d4299a96ec65.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/psplash')
-rw-r--r--meta/recipes-core/psplash/files/psplash-systemd.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service
index 249aa54039..4e18980bb2 100644
--- a/meta/recipes-core/psplash/files/psplash-systemd.service
+++ b/meta/recipes-core/psplash/files/psplash-systemd.service
@@ -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