X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fscripts%2Fsystemd%2FMakefile.am;fp=lustre%2Fscripts%2Fsystemd%2FMakefile.am;h=47f7fe7aa6e0119afe2536a7f4c85d627f1ee6ae;hp=340f6f17654eb0302a7de4eaab9103b634320eee;hb=495deddfbb43f247b2fa9dd2da5743abc89cd862;hpb=2c126c5a73edea434456c6c335772daaac717f2f diff --git a/lustre/scripts/systemd/Makefile.am b/lustre/scripts/systemd/Makefile.am index 340f6f1..47f7fe7 100644 --- a/lustre/scripts/systemd/Makefile.am +++ b/lustre/scripts/systemd/Makefile.am @@ -1,8 +1,9 @@ # These are scripts that are generated from .in files -genunitfiles = lnet.service +genunitfiles = lnet.service lustre.service if HAVE_SYSTEMD systemdsystemunit_DATA = lnet.service +systemdsystemunit_DATA += lustre.service endif EXTRA_DIST = $(addsuffix .in,$(genunitfiles)) @@ -11,4 +12,5 @@ CLEANFILES = $(genunitfiles) $(genunitfiles): %: %.in sed -e 's,@sbindir\@,$(sbindir),g' \ + -e 's,@bindir\@,$(bindir),g' \ -e 's,@sysconfdir\@,$(sysconfdir),g' $< > $@