]> git.ipfire.org Git - thirdparty/libvirt.git/commit
man: Fix documentation errors about the paths of the config files
authorLily Zhu <lizhu@redhat.com>
Wed, 28 Jun 2017 06:00:48 +0000 (14:00 +0800)
committerErik Skultety <eskultet@redhat.com>
Wed, 28 Jun 2017 09:07:08 +0000 (11:07 +0200)
commit0f0c0921e61021f276bb57201cd501cdade19546
tree86e06a19194acdd28572307601e578ddd2707906
parentf1096c02473e231028b546af9d39d1931df9405f
man: Fix documentation errors about the paths of the config files

The default conf files, for example libvirtd.conf, virtlockd.conf, and
virtlogd.conf, should be located under the directory "/etc/libvirt" when
root as root, rather than "/etc". When run as non-root, the configuration
files should be located under "$XDG_CONFIG_HOME/libvirt/", rather than
"XDG_CONFIG_HOME".

Signed-off-by: Lily Zhu <lizhu@redhat.com>
Signed-off-by: Erik Skultety <eskultet@redhat.com>
daemon/libvirtd.pod
src/locking/virtlockd.pod
src/logging/virtlogd.pod