[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
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed), Maxime Devos, 2021/01/22
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed),
Leo Prikler <=
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed), Maxime Devos, 2021/01/25
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed), Ludovic Courtès, 2021/01/26
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed), Maxime Devos, 2021/01/27
- bug#46043: [PATCH] Allow booting with custom shepherd package (fixed), Ludovic Courtès, 2021/01/27
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed), Ludovic Courtès, 2021/01/27
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed), Maxime Devos, 2021/01/28
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed), Ludovic Courtès, 2021/01/28
- [bug#46043] [PATCH] Allow booting with custom shepherd package (fixed), Maxime Devos, 2021/01/28