From 08baf3bc2f66a1ca6401191e19380028d2fc2c6d Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Fri, 28 Dec 2012 21:33:50 +0000 Subject: Install nfs-mountd.service along with the other systemd unit files --- nfs-utils.morph | 1 + 1 file changed, 1 insertion(+) 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" ] } -- cgit v1.2.1