summaryrefslogtreecommitdiff
path: root/systemd/nfs-idmapd.service
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2015-01-14 10:09:03 -0500
committerSteve Dickson <steved@redhat.com>2015-01-15 05:41:16 -0500
commitb5cea96efb1512340a536e25650c5b548ddddfc6 (patch)
treebe1acc75f0488ab26d083ed6ed2e9430d4b84f48 /systemd/nfs-idmapd.service
parentfac4b7d30aafb6a02f66f29f0680db7b4894db79 (diff)
downloadnfs-utils-b5cea96efb1512340a536e25650c5b548ddddfc6.tar.gz
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>
Diffstat (limited to 'systemd/nfs-idmapd.service')
-rw-r--r--systemd/nfs-idmapd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service
index 11895e2..726038d 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