guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#46043] [PATCH] Allow booting with custom shepherd package (fixed)


From: Leo Prikler
Subject: [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed)
Date: Sat, 23 Jan 2021 09:25:52 +0100
User-agent: Evolution 3.34.2

Hi Maxime,

Am Freitag, den 22.01.2021, 20:57 +0100 schrieb Maxime Devos:
>     (compose concatenate)
> -   (extend append)
> +   (extend (lambda (config extra-services)
> +             (shepherd-configuration
> +               (inherit config)
> +               (services (append (shepherd-configuration-services
> config)
> +                                 extra-services)))))
I think you should also patch compose or drop it.  I sadly don't know,
what impact that would have, but IIUC you should only spawn one
shepherd-root-service anyway.

Regards,
Leo








reply via email to

[Prev in Thread] Current Thread [Next in Thread]