mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
1e9808d3a1
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
12 lines
423 B
SYSTEMD
12 lines
423 B
SYSTEMD
[Socket]
|
|
ListenStream=@runstatedir@/libvirt/libvirt-sock
|
|
ListenStream=@runstatedir@/libvirt/libvirt-sock-ro
|
|
|
|
; The following settings must match libvirtd.conf file in order to
|
|
; work as expected because libvirtd can't change them later.
|
|
; SocketMode=0777 is safe only if authentication on the socket is set
|
|
; up. For further information, please see the libvirtd.conf file.
|
|
SocketMode=0777
|
|
SocketUser=root
|
|
SocketGroup=root
|