1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

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>
This commit is contained in:
Vratislav Podzimek 2016-02-25 16:34:41 +01:00 committed by Zdenek Kabelac
parent 88530b2ef3
commit 3e31f51869
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.144 - Version 2.02.144 -
===================================== =====================================
Fix SystemdService lvm2-lvmdbusd.service name.
Improve support for env LVM_VG_NAME for reference VG name in lvconvert. Improve support for env LVM_VG_NAME for reference VG name in lvconvert.
Fix regresion when lvresize accepted zero sizes (2.02.141). Fix regresion when lvresize accepted zero sizes (2.02.141).
Always warn user about PV in use even when pvremove uses --force --force. Always warn user about PV in use even when pvremove uses --force --force.

View File

@ -2,4 +2,4 @@
Name=com.redhat.lvmdbus1 Name=com.redhat.lvmdbus1
Exec=@sbindir@/lvmdbusd --udev Exec=@sbindir@/lvmdbusd --udev
User=root User=root
SystemdService=lvmdbusd.service SystemdService=lvm2-lvmdbusd.service