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

httpd is already started, so we need to use 'restart' to apply
our changes to the configuration.

We also need to update the note to reflect the change.

Change-Id: Ic20c9e0cbf01521cd8135163874690577b9e9769
Partial-Bug: #1467994
This commit is contained in:
Shawn Lower 2015-10-26 02:23:43 +00:00
parent 18351f846d
commit d254f39671

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.