提交 0f0c0921 编写于 作者: L Lily Zhu 提交者: Erik Skultety

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: NLily Zhu <lizhu@redhat.com>
Signed-off-by: NErik Skultety <eskultet@redhat.com>
上级 f1096c02
......@@ -81,7 +81,7 @@ On receipt of B<SIGHUP> libvirtd will reload its configuration.
=over
=item F<SYSCONFDIR/libvirtd.conf>
=item F<SYSCONFDIR/libvirt/libvirtd.conf>
The default configuration file used by libvirtd, unless overridden on the
command line using the B<-f>|B<--config> option.
......@@ -114,7 +114,7 @@ The PID file to use, unless overridden by the B<-p>|B<--pid-file> option.
=over
=item F<$XDG_CONFIG_HOME/libvirtd.conf>
=item F<$XDG_CONFIG_HOME/libvirt/libvirtd.conf>
The default configuration file used by libvirtd, unless overridden on the
command line using the B<-f>|B<--config> option.
......
......@@ -67,7 +67,7 @@ upgrades of the virtlockd service.
=over
=item F<SYSCONFDIR/virtlockd.conf>
=item F<SYSCONFDIR/libvirt/virtlockd.conf>
The default configuration file used by virtlockd, unless overridden on the
command line using the B<-f>|B<--config> option.
......@@ -86,7 +86,7 @@ The PID file to use, unless overridden by the B<-p>|B<--pid-file> option.
=over
=item F<$XDG_CONFIG_HOME/virtlockd.conf>
=item F<$XDG_CONFIG_HOME/libvirt/virtlockd.conf>
The default configuration file used by libvirtd, unless overridden on the
command line using the B<-f>|B<--config> option.
......
......@@ -67,7 +67,7 @@ upgrades of the virtlogd service.
=over
=item F<SYSCONFDIR/virtlogd.conf>
=item F<SYSCONFDIR/libvirt/virtlogd.conf>
The default configuration file used by virtlogd, unless overridden on the
command line using the B<-f>|B<--config> option.
......@@ -86,7 +86,7 @@ The PID file to use, unless overridden by the B<-p>|B<--pid-file> option.
=over
=item F<$XDG_CONFIG_HOME/virtlogd.conf>
=item F<$XDG_CONFIG_HOME/libvirt/virtlogd.conf>
The default configuration file used by libvirtd, unless overridden on the
command line using the B<-f>|B<--config> option.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册