mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
services: nfs: Remove unnecessary "mount" invocation.
* gnu/services/nfs.scm (%nfs-activation): Remove unnecessary "mount" invocation (/proc/fs/nfsd is automatically mounted, somehow). Remove unnecessary 'mkdir-p' call.
This commit is contained in:
parent
e28770df71
commit
70526bdbe0
1 changed files with 0 additions and 4 deletions
|
@ -365,10 +365,6 @@ (define %nfs-activation
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
||||||
(system* "mount" "-t" "nfsd"
|
|
||||||
"nfsd" "/proc/fs/nfsd")
|
|
||||||
|
|
||||||
(mkdir-p "/var/lib/nfs")
|
|
||||||
;; directory containing monitor list
|
;; directory containing monitor list
|
||||||
(mkdir-p "/var/lib/nfs/sm")
|
(mkdir-p "/var/lib/nfs/sm")
|
||||||
;; Needed for client recovery tracking
|
;; Needed for client recovery tracking
|
||||||
|
|
Loading…
Reference in a new issue