summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-02-11 09:55:57 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2014-02-11 10:06:19 +0100
commitef91de2a0cc29dd66a93fc4fb0c873d67328dc7d (patch)
tree28aed096e571107d3f24ab049ce26b7be7882e7c /scripts/Makefile.in
parenta0d64554e6067edfcc4ed782d5e685cdd12ff894 (diff)
downloadlvm2-ef91de2a0cc29dd66a93fc4fb0c873d67328dc7d.tar.gz
systemd: add systemd unit for cmirrord
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 2f1fb2a3e..35e20c517 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -116,6 +116,9 @@ ifneq ("@CLVMD@", "none")
$(INSTALL_DATA) lvm2_cluster_activation_red_hat.service $(systemd_unit_dir)/lvm2-cluster-activation.service
$(INSTALL_DATA) lvm2_cluster_activation_red_hat.sh $(systemd_dir)/lvm2-cluster-activation
endif
+ifeq ("@BUILD_CMIRRORD@", "yes")
+ $(INSTALL_DATA) lvm2_cmirrord_systemd_red_hat.service $(systemd_unit_dir)/lvm2-cmirrord.service
+endif
install_tmpfiles_configuration:
$(INSTALL_DIR) $(tmpfiles_dir)
@@ -130,4 +133,5 @@ DISTCLEAN_TARGETS += clvmd_init_red_hat cmirrord_init_red_hat \
lvm2_tmpfiles_red_hat.conf blk_availability_init_red_hat \
blk_availability_systemd_red_hat.service \
blkdeactivate.sh lvm2_clvmd_red_hat.service \
+ lvm2_cmirrord_systemd_red_hat.service \
lvm2_cluster_activation_red_hat.service lvm2_cluster_activation_red_hat.sh