File 0007-systemd-Bind-rpc.idmapd-to-the-nfs-server-service.patch of Package nfs-utils.4261
From b5cea96efb1512340a536e25650c5b548ddddfc6 Mon Sep 17 00:00:00 2001
From: Steve Dickson <steved@redhat.com>
Date: Wed, 14 Jan 2015 10:09:03 -0500
Subject: [PATCH] systemd: Bind rpc.idmapd to the nfs-server service
Since rpc.idmapd is only used by the nfs server,
to do its id mapping, bind the rpc-idmapd service
to the nfs-server service so rpc.idmapd will
started and stopped with the server.
Signed-off-by: Steve Dickson <steved@redhat.com>
---
systemd/nfs-idmapd.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service
index 11895e234438..726038d5fc8a 100644
--- a/systemd/nfs-idmapd.service
+++ b/systemd/nfs-idmapd.service
@@ -1,7 +1,7 @@
[Unit]
Description=NFSv4 ID-name mapping service
-PartOf=nfs-utils.service
+BindsTo=nfs-server.service
Wants=nfs-config.service
After=nfs-config.service
--
2.3.0