diff --git a/daemon/libvirtd.pod.in b/daemon/libvirtd.pod.in index 2b68cab0f4..930b75236e 100644 --- a/daemon/libvirtd.pod.in +++ b/daemon/libvirtd.pod.in @@ -75,6 +75,8 @@ On receipt of B libvirtd will reload its configuration. =head1 FILES +=head2 When run as B. + =over =item F @@ -86,11 +88,7 @@ command line using the B<-f>|B<--config> option. =item F -The sockets libvirtd will use when B. - -=item F<$XDG_RUNTIME_DIR/libvirt/libvirt-sock> - -The socket libvirtd will use when run as a B user. +The sockets libvirtd will use. =item F @@ -110,6 +108,41 @@ The PID file to use, unless overridden by the B<-p>|B<--pid-file> option. =back +=head2 When run as B. + +=over + +=item F<$XDG_CONFIG_HOME/libvirtd.conf> + +The default configuration file used by libvirtd, unless overridden on the +command line using the B<-f>|B<--config> option. + +=item F<$XDG_RUNTIME_DIR/libvirt/libvirt-sock> + +The socket libvirtd will use. + +=item F<$HOME/.pki/libvirt/cacert.pem> + +The TLS B certificate libvirtd will use. + +=item F<$HOME/.pki/libvirt/servercert.pem> + +The TLS B certificate libvirtd will use. + +=item F<$HOME/.pki/libvirt/serverkey.pem> + +The TLS B private key libvirtd will use. + +=item F<$XDG_RUNTIME_DIR/libvirt/libvirtd.pid> + +The PID file to use, unless overridden by the B<-p>|B<--pid-file> option. + +=item If $XDG_CONFIG_HOME is not set in your environment, libvirtd will use F<$HOME/.config> + +=item If $XDG_RUNTIME_DIR is not set in your environment, libvirtd will use F<$HOME/.cache> + +=back + =head1 EXAMPLES To retrieve the version of libvirtd: