summaryrefslogtreecommitdiffstats
path: root/systemd/nfs-idmapd.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/nfs-idmapd.service')
-rw-r--r--systemd/nfs-idmapd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/nfs-idmapd.service b/systemd/nfs-idmapd.service
new file mode 100644
index 0000000..198ca87
--- /dev/null
+++ b/systemd/nfs-idmapd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=NFSv4 ID-name mapping service
+DefaultDependencies=no
+Requires=rpc_pipefs.target
+After=rpc_pipefs.target local-fs.target network-online.target
+Wants=network-online.target
+
+BindsTo=nfs-server.service
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/rpc.idmapd