gnu: rpcbind-configuration: Rename pkg to nfs-utils
* gnu/services/nfs.scm (<rpcbind-configuration>): "pkg" --> "nfs-utils"
This commit is contained in:
parent
37356e0bf8
commit
43f7af428e
|
@ -38,11 +38,11 @@
|
|||
(shepherd-service-type
|
||||
'rpcbind
|
||||
(lambda (config)
|
||||
(define pkg
|
||||
(define nfs-utils
|
||||
(rpcbind-configuration-rpcbind config))
|
||||
|
||||
(define rpcbind-command
|
||||
#~(list (string-append #$pkg "/bin/rpcbind") "-f"
|
||||
#~(list (string-append #$nfs-utils "/bin/rpcbind") "-f"
|
||||
#$@(if (rpcbind-configuration-warm-start? config) '("-w") '())))
|
||||
|
||||
(shepherd-service
|
||||
|
|
Loading…
Reference in New Issue