From: Vratislav Podzimek Date: Thu, 25 Feb 2016 15:34:41 +0000 (+0100) Subject: dbus: fix the systemd service providing the DBus service X-Git-Tag: v2_02_144~5 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3e31f5186904328d7f3fc8eae71cda72715107e7;p=lvm2.git 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 --- 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