All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] systemd: Fix service file for race issues
@ 2020-03-03 13:05 Richard Purdie
  2020-03-03 13:32 ` ✗ patchtest: failure for " Patchwork
  2020-03-03 13:39 ` [PATCH] " Ernst Sjöstrand
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Purdie @ 2020-03-03 13:05 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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 249aa540394..4e18980bb27 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
 
-- 
2.25.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-03 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 13:05 [PATCH] systemd: Fix service file for race issues Richard Purdie
2020-03-03 13:32 ` ✗ patchtest: failure for " Patchwork
2020-03-03 13:39 ` [PATCH] " Ernst Sjöstrand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.