[oe-commits] [openembedded-core] 04/04: systemd: Fix service file for race issues

git at git.openembedded.org git at git.openembedded.org
Tue Mar 3 13:06:53 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d6b1809e8cd7ca78c5b442177393d4299a96ec65
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Mar 3 09:23:08 2020 +0000

    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 at linuxfoundation.org>
---
 meta/recipes-core/psplash/files/psplash-systemd.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/psplash/files/psplash-systemd.service b/meta/recipes-core/psplash/files/psplash-systemd.service
index 249aa54..4e18980 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list