]> xenbits.xensource.com Git - libvirt.git/commitdiff
virtlockd: fix socket path
authorJán Tomko <jtomko@redhat.com>
Tue, 4 Jun 2013 11:36:56 +0000 (13:36 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 5 Jun 2013 08:17:28 +0000 (10:17 +0200)
Change the socket path to match the one used by lockd driver.

https://bugzilla.redhat.com/show_bug.cgi?id=968128

src/locking/virtlockd.socket.in

index a6eef4fa871be9e211b30fa3a2d12f3743eb34bc..a38b1f4d947ffdf38171ebacafa65795d0604d83 100644 (file)
@@ -2,7 +2,7 @@
 Description=Virtual machine lock manager socket
 
 [Socket]
-ListenStream=@localstatedir@/run/libvirt/virtlockd/virtlockd.sock
+ListenStream=@localstatedir@/run/libvirt/virtlockd-sock
 
 [Install]
 WantedBy=multi-user.target