summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2014-01-31 10:52:25 -0500
committerSteve Dickson <steved@redhat.com>2014-03-24 16:30:04 -0400
commit754545261520a3f6d046fa94c474d1c9649613f0 (patch)
treefc5a9c615f1f3860ba953c90786080ea7a4a3d27
parentff8081e893711bb9f23f9ef0fefbd3b2d3b106bd (diff)
downloadnfs-utils-754545261520a3f6d046fa94c474d1c9649613f0.tar.gz
nfs-utils-754545261520a3f6d046fa94c474d1c9649613f0.tar.xz
nfs-utils-754545261520a3f6d046fa94c474d1c9649613f0.zip
Added systemd/nfs-blkmap.target
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--systemd/nfs-blkmap.target8
1 files changed, 8 insertions, 0 deletions
diff --git a/systemd/nfs-blkmap.target b/systemd/nfs-blkmap.target
new file mode 100644
index 0000000..fbcc111
--- /dev/null
+++ b/systemd/nfs-blkmap.target
@@ -0,0 +1,8 @@
+[Unit]
+Description= PNFS blkmaping enablement.
+# If this target is enabled, then blkmapd will be started
+# as required. If it is not enabled it won't.
+
+[Install]
+WantedBy=remote-fs.target
+WantedBy=multi-user.target \ No newline at end of file