diff --git a/doc/install-guide/section_nova-compute-install.xml b/doc/install-guide/section_nova-compute-install.xml
index 66aca971da..25bcc8cb7f 100644
--- a/doc/install-guide/section_nova-compute-install.xml
+++ b/doc/install-guide/section_nova-compute-install.xml
@@ -211,8 +211,7 @@ virt_type = qemu
Start the Compute service including its dependencies and configure
them to start automatically when the system boots:
# systemctl enable libvirtd.service openstack-nova-compute.service
-# systemctl start libvirtd.service
-# systemctl start openstack-nova-compute.service
+# systemctl start libvirtd.service openstack-nova-compute.service
On SLES:
# service libvirtd start
# chkconfig libvirtd on
@@ -220,8 +219,7 @@ virt_type = qemu
# chkconfig openstack-nova-compute on
On openSUSE:
# systemctl enable libvirtd.service openstack-nova-compute.service
-# systemctl start libvirtd.service
-# systemctl start openstack-nova-compute.service
+# systemctl start libvirtd.service openstack-nova-compute.service
By default, the Ubuntu packages create an SQLite database.