summaryrefslogtreecommitdiff
path: root/systemd/nfs-idmapd.service
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2015-01-23 10:35:32 -0500
committerSteve Dickson <steved@redhat.com>2015-01-23 10:35:32 -0500
commit6efdb0440daf3ed304a3c1115f01e76e89d792a7 (patch)
tree70de57b59eea046843b386ba4aa494f1af1255bd /systemd/nfs-idmapd.service
parent6b9dca7911d3ca40f313e567d0263a6e6698ca78 (diff)
downloadnfs-utils-6efdb0440daf3ed304a3c1115f01e76e89d792a7.tar.gz
systemd: Ensure RPC pipefs is mounted before rpc.idmapd starts
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> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'systemd/nfs-idmapd.service')
-rw-r--r--systemd/nfs-idmapd.service2
1 files changed, 2 insertions, 0 deletions
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