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:29 +0000
commit92e172b5b4de8927d36409386dfce0fc2718f5d1 (patch)
treeb0954be09c5eda6ee4114fd4ad414df7dacca5be /meta/recipes-core/psplash
parentfa4945100a3218b94f0d02d1949fcb4936ce762f (diff)
downloadpoky-92e172b5b4de8927d36409386dfce0fc2718f5d1.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. (From OE-Core rev: d6b1809e8cd7ca78c5b442177393d4299a96ec65) 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 @@
2Description=Start psplash-systemd progress communication helper 2Description=Start psplash-systemd progress communication helper
3DefaultDependencies=no 3DefaultDependencies=no
4After=systemd-start.service 4After=systemd-start.service
5After=psplash-start.service
5Requires=psplash-start.service 6Requires=psplash-start.service
6RequiresMountsFor=/run 7RequiresMountsFor=/run
7 8