summaryrefslogtreecommitdiff
path: root/scripts/com.redhat.lvmdbus1.service.in
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 /scripts/com.redhat.lvmdbus1.service.in
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>
Diffstat (limited to 'scripts/com.redhat.lvmdbus1.service.in')
-rw-r--r--scripts/com.redhat.lvmdbus1.service.in2
1 files changed, 1 insertions, 1 deletions
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