Re: 02/02: services: docker: Depend on elogind.

2019-01-10 Thread Ludovic Courtès
Hi, Danny Milosavljevic skribis: >> Should it depend on ‘file-system-/sys/fs/cgroup/elogind’, or maybe both >> ‘elogind’ and ‘file-system-/sys/fs/cgroup/elogind’? Depends on what it >> expects from elogind I guess… > > Oh! > > I think Docker doesn't expect anything from elogind. > > Docker uses

Re: 02/02: services: docker: Depend on elogind.

2019-01-10 Thread Danny Milosavljevic
Replying to myself: > Can I just repeat > > (service-extension file-system-service-type (const %elogind-file-systems)) > > [or a subset thereof] > > in the docker service type and not have to have elogind in the config > at all? Is that safe? (i.e. will it mount the file systems just once?)

Re: 02/02: services: docker: Depend on elogind.

2019-01-10 Thread Danny Milosavljevic
Hi Ludo, On Thu, 10 Jan 2019 09:59:02 +0100 Ludovic Courtès wrote: > Cgroup file systems are mounted by the corresponding file system > services: > > --8<---cut here---start->8--- > $ sudo herd status | grep cgroup > + file-system-/sys/fs/cgroup > + file-sy

Re: 02/02: services: docker: Depend on elogind.

2019-01-10 Thread Ludovic Courtès
guix-comm...@gnu.org skribis: > commit f946a370edbf65baab41e8373e25157da5029a88 > Author: Danny Milosavljevic > Date: Thu Jan 10 05:14:43 2019 +0100 > > services: docker: Depend on elogind. > > * gnu/services/docker.scm (docker-shepherd-service)[requirement]: Add > elogind. > ---