diff mbox series

[meta-oe,master,kirkstone] psplash: delay the psplash service

Message ID 20221017013600.2887829-1-wentao.zhang@windriver.com
State New
Headers show
Series [meta-oe,master,kirkstone] psplash: delay the psplash service | expand

Commit Message

Wentao Zhang Oct. 17, 2022, 1:36 a.m. UTC
psplash starts too early to start on some types of
machines. Fix this problem by delaying this service.

Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com>
---
 meta/recipes-core/psplash/files/psplash-start.service | 2 ++
 1 file changed, 2 insertions(+)

Comments

Khem Raj Oct. 17, 2022, 2:31 a.m. UTC | #1
On Sun, Oct 16, 2022 at 6:36 PM Wentao Zhang <wentao.zhang@windriver.com>
wrote:

> psplash starts too early to start on some types of
> machines. Fix this problem by delaying this service.
>
> Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com>
> ---
>  meta/recipes-core/psplash/files/psplash-start.service | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-core/psplash/files/psplash-start.service
> b/meta/recipes-core/psplash/files/psplash-start.service
> index 36c2bb38e0..9eaf2658a5 100644
> --- a/meta/recipes-core/psplash/files/psplash-start.service
> +++ b/meta/recipes-core/psplash/files/psplash-start.service
> @@ -2,6 +2,8 @@
>  Description=Start psplash boot splash screen
>  DefaultDependencies=no
>  RequiresMountsFor=/run
> +After=systemd-timesyncd.service
> +


I think this will fail on systems not having timesyncd or network

>
>
>  [Service]
>  Type=notify
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99185):
> https://lists.openembedded.org/g/openembedded-devel/message/99185
> Mute This Topic: https://lists.openembedded.org/mt/94376138/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-core/psplash/files/psplash-start.service b/meta/recipes-core/psplash/files/psplash-start.service
index 36c2bb38e0..9eaf2658a5 100644
--- a/meta/recipes-core/psplash/files/psplash-start.service
+++ b/meta/recipes-core/psplash/files/psplash-start.service
@@ -2,6 +2,8 @@ 
 Description=Start psplash boot splash screen
 DefaultDependencies=no
 RequiresMountsFor=/run
+After=systemd-timesyncd.service
+
 
 [Service]
 Type=notify