Merge "Use 'restart' instead of 'start' to apply changes"

This commit is contained in:
Jenkins 2015-10-26 18:38:05 +00:00 committed by Gerrit Code Review
commit bdf996c3fb

View File

@ -205,11 +205,12 @@ To finalize installation
.. code-block:: console
# systemctl enable apache2.service memcached.service
# systemctl start apache2.service memcached.service
# systemctl restart apache2.service memcached.service
.. note::
Restart the Apache HTTP service if it is already running.
``systemctl restart`` will restart the Apache HTTP service, or start it
if it is not running.
.. only:: rdo
@ -219,8 +220,9 @@ To finalize installation
.. code-block:: console
# systemctl enable httpd.service memcached.service
# systemctl start httpd.service memcached.service
# systemctl restart httpd.service memcached.service
.. note::
Restart the Apache HTTP service if it is already running.
``systemctl restart`` will restart the Apache HTTP service, or start it
if it is not running.