diff --git a/source/installguide/hypervisor/kvm.rst b/source/installguide/hypervisor/kvm.rst index c5cc5fffab..1668c56ebe 100644 --- a/source/installguide/hypervisor/kvm.rst +++ b/source/installguide/hypervisor/kvm.rst @@ -317,19 +317,19 @@ cloudstack-agent and should already be installed. env libvirtd_opts="-d -l" - On Ubuntu 16.04: just modify ``/etc/init/libvirt-bin.conf`` + On Ubuntu 16.04: just modify ``/etc/default/libvirt-bin`` - Add "-l" to the following line + Uncomment and change the following line .. parsed-literal:: - env libvirtd_opts="-d" + #env libvirtd_opts="" so it looks like: .. parsed-literal:: - env libvirtd_opts="-d -l" + env libvirtd_opts="-l"