Hi Mark, On Thu, Dec 19, 2024 at 09:53:47AM +0000, Mark Hindley wrote: > Looking at docker.io's initscript, it checks if /sys/fs/cgroup is a mount > point > before mounting cgroups there. So, adding elogind to LSB header 'Should-Start' > ought to ensure elogind is started first to mount /sys/fs/cgroup. Does that > work? Does it break docker?
I just tried exactly this with syvinit and it works! Docker also works. Thanks, Andrew