bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-13 Thread Danny Milosavljevic
> One thing I don’t get is that, if the file system is not > needed-for-boot?, then it doesn’t get a Shepherd service in the first > place. But what is supposed to happen to filesystems where mount? but not needed-for-boot? if Shepherd doesn't mount it? Does some other part mount it ? Is it ju

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-13 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/services/base.scm (file-system-shepherd-service): If > not #:needed-for-boot, don't check filesystem even if #:check? . > --- > gnu/services/base.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/services/base.scm b/gnu/servic