From 3e31f5186904328d7f3fc8eae71cda72715107e7 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Thu, 25 Feb 2016 16:34:41 +0100 Subject: [PATCH] dbus: fix the systemd service providing the DBus service Correct name is lvm2-lvmdbusd.service not lvmdbusd.service. This makes the bus-activation (auto-activation) work. Signed-off-by: Vratislav Podzimek --- WHATS_NEW | 1 + scripts/com.redhat.lvmdbus1.service.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index 250f3f1be..ecae78014 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.144 - ===================================== + Fix SystemdService lvm2-lvmdbusd.service name. Improve support for env LVM_VG_NAME for reference VG name in lvconvert. Fix regresion when lvresize accepted zero sizes (2.02.141). Always warn user about PV in use even when pvremove uses --force --force. diff --git a/scripts/com.redhat.lvmdbus1.service.in b/scripts/com.redhat.lvmdbus1.service.in index e271b0831..5578ed17a 100644 --- a/scripts/com.redhat.lvmdbus1.service.in +++ b/scripts/com.redhat.lvmdbus1.service.in @@ -2,4 +2,4 @@ Name=com.redhat.lvmdbus1 Exec=@sbindir@/lvmdbusd --udev User=root -SystemdService=lvmdbusd.service +SystemdService=lvm2-lvmdbusd.service