Skip to content
Snippets Groups Projects
Commit 03d707d6 authored by Michal Maloszewski's avatar Michal Maloszewski
Browse files

libvirtd.default: Document TCP/TLS usage

Document TCP/TLS usage in the libvirtd.default
file to stop libvirtd conffiles from being misleading.

Closes: #1050464
LP: #1960937
parent bdc59b2a
No related branches found
No related tags found
1 merge request!207libvirt-daemon-system.libvirtd.default: Document tcp/tls usage
Pipeline #589003 passed
......@@ -7,8 +7,10 @@
# connects.
#LIBVIRTD_ARGS="--timeout 120"
# If systemd socket activation is disabled, then the following
# can be used to listen on TCP/TLS sockets
# If systemd socket activation is in use (this is the default),
# then TCP/TLS connectivity should be turned on by enabling the
# libvirtd-{tcp,tls}.socket units. If that's not the case (e.g.
# when using sysvinit), this line can be uncommented instead.
#LIBVIRTD_ARGS="--listen"
# Override the QEMU/SDL default audio driver probing when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment