From 77c6b1919e0823e1a55dea28dbdb731a0c03a054 Mon Sep 17 00:00:00 2001
From: Frank Kloeker <f.kloeker@telekom.de>
Date: Sun, 5 May 2019 17:56:00 +0200
Subject: [PATCH] [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
---
 doc/source/install/install-ubuntu.rst | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst
index 980145bc68..018f139dff 100644
--- a/doc/source/install/install-ubuntu.rst
+++ b/doc/source/install/install-ubuntu.rst
@@ -184,9 +184,6 @@ Finalize installation
 
   .. code-block:: console
 
-     # service apache2 reload
+     # systemctl reload apache2.service
 
   .. end
-
-
-
-- 
GitLab