Linux NFS development
 help / color / mirror / Atom feed
* [PATCH] systemd: Ensure RPC pipefs is mounted before rpc.idmapd starts
@ 2015-01-21 15:53 Chris Mayo
  2015-01-23 15:37 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Mayo @ 2015-01-21 15:53 UTC (permalink / raw)
  To: linux-nfs

rpc.idmapd aborts on start-up if RPC pipefs is not present.

Needed if GSS services are not used.

Signed-off-by: Chris Mayo <aklhfex@gmail.com>
---
 systemd/nfs-idmapd.service | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service
index 726038d..e84f8c8 100644
--- a/systemd/nfs-idmapd.service
+++ b/systemd/nfs-idmapd.service
@@ -1,5 +1,7 @@
 [Unit]
 Description=NFSv4 ID-name mapping service
+Requires=var-lib-nfs-rpc_pipefs.mount
+After=var-lib-nfs-rpc_pipefs.mount
 
 BindsTo=nfs-server.service
 
-- 
2.0.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-23 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 15:53 [PATCH] systemd: Ensure RPC pipefs is mounted before rpc.idmapd starts Chris Mayo
2015-01-23 15:37 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox