|
From: | Ludovic Courtès |
Subject: | [bug#43257] [PATCH] services: nfs: Require file-systems to be mounted before starting NFS shepherd service. |
Date: | Wed, 09 Sep 2020 10:27:30 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hey! Danny Milosavljevic <dannym@scratchpost.org> skribis: > * gnu/services/nfs.scm (nfs-shepherd-services): Require file-systems to be > mounted before starting NFS shepherd service. [...] > +++ b/gnu/services/nfs.scm > @@ -292,7 +292,7 @@ > (shepherd-service > (documentation "Run the NFS statd daemon.") > (provision '(rpc.statd)) > - (requirement '(/proc/fs/nfsd rpcbind-daemon)) > + (requirement '(/proc/fs/nfsd rpcbind-daemon file-systems)) Why do we need all of ‘file-systems’ rather than just the state file systems? Curiously, Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |