mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-04 20:31:13 +00:00
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
|