[lvm-devel] [PATCH] Fix the systemd service providing the DBus service

Vratislav Podzimek vpodzime at redhat.com
Thu Feb 25 15:34:41 UTC 2016


It's lvm2-lvmdbusd.service not lvmdbusd.service. This makes the bus-activation
(auto-activation) work.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 scripts/com.redhat.lvmdbus1.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/com.redhat.lvmdbus1.service.in b/scripts/com.redhat.lvmdbus1.service.in
index e271b08..5578ed1 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
-- 
2.5.0




More information about the lvm-devel mailing list