summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-28 21:33:50 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-28 21:33:50 +0000
commit08baf3bc2f66a1ca6401191e19380028d2fc2c6d (patch)
tree32757b3e2cc98dd6045c580d6da6b003cfbbfa16
parentbaccffe5367d108f50c61be5095d10e71cec1c60 (diff)
downloadnfs-utils-08baf3bc2f66a1ca6401191e19380028d2fc2c6d.tar.gz
Install nfs-mountd.service along with the other systemd unit files
-rw-r--r--nfs-utils.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfs-utils.morph b/nfs-utils.morph
index 3d5a3e5..eced3cd 100644
--- a/nfs-utils.morph
+++ b/nfs-utils.morph
@@ -10,6 +10,7 @@
"make DESTDIR=\"$DESTDIR\" install",
"mkdir -p \"$DESTDIR\"/lib/systemd/system",
"install -m644 proc-fs-nfsd.mount \"$DESTDIR\"/lib/systemd/system",
+ "install -m644 nfs-mountd.service \"$DESTDIR\"/lib/systemd/system",
"install -m644 nfs-server.service \"$DESTDIR\"/lib/systemd/system"
]
}