From 56a7f1e1be915ffd5b1ee4f61c2b96a60aae6f34 Mon Sep 17 00:00:00 2001 From: Scott Mayhew Date: Mon, 9 Dec 2019 10:39:42 -0500 Subject: systemd: install nfsdcld.service when nfsdcld is enabled Signed-off-by: Scott Mayhew Signed-off-by: Steve Dickson --- systemd/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'systemd') 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) -- cgit v1.2.1