[OE-core] [PATCH 2/2] psplash: Add missing dependency to systemd service

Richard Purdie richard.purdie at linuxfoundation.org
Sat Feb 22 15:48:25 UTC 2020


On Sat, 2020-02-22 at 14:01 +0000, Richard Purdie wrote:
> Avoid:
> qemux86-64 psplash-systemd[135]: Error unable to open fifo
> 
> by adding the missing dependency on /run/ where the fifo resides.
> 
> 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 e14f42032d8..e6de450882f 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
> +RequiresMountsFor=/run
>  
>  [Service]
>  ExecStart=/usr/bin/psplash-systemd

This doesn't help, the dependencies between the service files are
reversed as well. Working on a new version.

Cheers,

Richard



More information about the Openembedded-core mailing list