From: Richard Purdie Date: Tue, 3 Mar 2020 09:23:08 +0000 (+0000) Subject: systemd: Fix service file for race issues X-Git-Tag: 2020-04-dunfell~269 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d6b1809e8cd7ca78c5b442177393d4299a96ec65;p=openembedded-core.git 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 --- 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