diff mbox series

[nfs-utils,2/3] systemd: install nfsdcld.service when nfsdcld is enabled

Message ID 20191126154718.22645-3-smayhew@redhat.com (mailing list archive)
State New, archived
Headers show
Series A few small nfsdcld fixes | expand

Commit Message

Scott Mayhew Nov. 26, 2019, 3:47 p.m. UTC
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
---
 systemd/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/systemd/Makefile.am b/systemd/Makefile.am
index 590258a..75cdd9f 100644
--- a/systemd/Makefile.am
+++ b/systemd/Makefile.am
@@ -36,6 +36,11 @@  unit_files += \
 endif
 endif
 
+if CONFIG_NFSDCLD
+unit_files += \
+    nfsdcld.service
+endif
+
 man5_MANS	= nfs.conf.man
 man7_MANS	= nfs.systemd.man
 EXTRA_DIST = $(unit_files) $(man5_MANS) $(man7_MANS)