From 92e172b5b4de8927d36409386dfce0fc2718f5d1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 3 Mar 2020 09:23:08 +0000 Subject: 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 --- meta/recipes-core/psplash/files/psplash-systemd.service | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/psplash') 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 -- cgit v1.2.3-54-g00ecf