summaryrefslogtreecommitdiff
path: root/systemd/nfsdcld.service
diff options
context:
space:
mode:
authorScott Mayhew <smayhew@redhat.com>2019-04-16 11:54:27 -0400
committerSteve Dickson <steved@redhat.com>2019-04-16 14:22:08 -0400
commit9e4bfb65ce2e3a8261d695328a7371f6563306c8 (patch)
tree8ec44b38ef7b4f93b303e61b391abb780ad9be15 /systemd/nfsdcld.service
parent86df1f069fd35a86730eb65f1cda0d854ac9981b (diff)
downloadnfs-utils-9e4bfb65ce2e3a8261d695328a7371f6563306c8.tar.gz
systemd: add a unit file for nfsdcld
Signed-off-by: Scott Mayhew <smayhew@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'systemd/nfsdcld.service')
-rw-r--r--systemd/nfsdcld.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/nfsdcld.service b/systemd/nfsdcld.service
new file mode 100644
index 0000000..a32d243
--- /dev/null
+++ b/systemd/nfsdcld.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=NFSv4 Client Tracking Daemon
+DefaultDependencies=no
+Conflicts=umount.target
+Requires=rpc_pipefs.target proc-fs-nfsd.mount
+After=rpc_pipefs.target proc-fs-nfsd.mount
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/nfsdcld