diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml
index 8ba2fe99a2a..4649d8522db 100644
--- a/docs/en-US/hypervisor-host-install-libvirt.xml
+++ b/docs/en-US/hypervisor-host-install-libvirt.xml
@@ -40,11 +40,11 @@
On RHEL or CentOS modify /etc/sysconfig/libvirtd:
Uncomment the following line:
#LIBVIRTD_ARGS="--listen"
- On Ubuntu: modify /etc/init/libvirt-bin.conf
- Change the following line (at the end of the file):
- exec /usr/sbin/libvirtd -d
- to (just add -l)
- exec /usr/sbin/libvirtd -d -l
+ On Ubuntu: modify /etc/default/libvirt-bin
+ Add "-l" to the following line::
+ libvirtd_opts="-d"
+ so it looks like:
+ libvirtd_opts="-d -l"
Restart libvirt