summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorScott Mayhew <smayhew@redhat.com>2019-12-09 10:39:42 -0500
committerSteve Dickson <steved@redhat.com>2019-12-09 10:45:40 -0500
commit56a7f1e1be915ffd5b1ee4f61c2b96a60aae6f34 (patch)
treeb809e9fb4d31904f5935364fcaa0f3bb2bfdd757 /systemd
parent53921630292c12adb3920e9dfa1da9b899b5f57b (diff)
downloadnfs-utils-56a7f1e1be915ffd5b1ee4f61c2b96a60aae6f34.tar.gz
systemd: install nfsdcld.service when nfsdcld is enabled
Signed-off-by: Scott Mayhew <smayhew@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'systemd')
-rw-r--r--systemd/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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)