[OpenStack-docs] Usage of several services on one line

Christian Berendt berendt at b1-systems.de
Tue Oct 14 16:51:53 UTC 2014


I proposed at https://review.openstack.org/#/c/127950/ to split the
start/enablement of several services.

Instead of this form...

# systemctl enable libvirtd.service openstack-nova-compute.service
# systemctl start libvirtd.service openstack-nova-compute.service

I want to use this form:

# systemctl enable libvirtd.service
# systemctl start libvirtd.service
# systemctl enable openstack-nova-compute.service
# systemctl start openstack-nova-compute.service

Which one should we prefer?

Christian.

-- 
Christian Berendt
Cloud Solution Architect
Mail: berendt at b1-systems.de

B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537



More information about the OpenStack-docs mailing list