[trivial] use systemctl for service management in Ubuntu

service command is a wrapper for SystemV init scripts.
It's still working, but usage of systemd (systemctl) is more common since Ubuntu 16.04.

Change-Id: I59db9bf29696a1e64cdde322df29ec1a827d7e84
This commit is contained in:
Frank Kloeker 2019-05-05 17:56:00 +02:00
parent 4ab7f806b8
commit 77c6b1919e
1 changed files with 1 additions and 4 deletions

View File

@ -184,9 +184,6 @@ Finalize installation
.. code-block:: console
# service apache2 reload
# systemctl reload apache2.service
.. end