summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVratislav Podzimek <vpodzime@redhat.com>2016-02-25 16:34:41 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2016-02-26 10:20:08 +0100
commit3e31f5186904328d7f3fc8eae71cda72715107e7 (patch)
tree68c3e6ba0cbccd24897e0b5c564babc410a5abb6
parent88530b2ef34527eae2bacc86c765fb680f5b6b2b (diff)
downloadlvm2-3e31f5186904328d7f3fc8eae71cda72715107e7.tar.gz
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 <vpodzime@redhat.com>
-rw-r--r--WHATS_NEW1
-rw-r--r--scripts/com.redhat.lvmdbus1.service.in2
2 files changed, 2 insertions, 1 deletions
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