From 6df487336ef33cc77de71c06e0b6dbf82285d5dc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Jul 2025 11:53:54 +0900 Subject: [PATCH] Use systemctl command to manage service systemd has been used as a default init system since Ubuntu 16.04 . Change-Id: I1c69c923b228bae933604c9825e24e6391dcdf20 Signed-off-by: Takashi Kajinami --- doc/source/contributor/debugging_and_testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/debugging_and_testing.rst b/doc/source/contributor/debugging_and_testing.rst index 33b9c6fc8..eed2f6329 100644 --- a/doc/source/contributor/debugging_and_testing.rst +++ b/doc/source/contributor/debugging_and_testing.rst @@ -203,6 +203,6 @@ After a successful login bring the port back - it will continue your session. - If you would like to manually restart the apache server, open a terminal and run:: - $ sudo service apache2 restart + $ sudo systemctl restart apache2 *(if not under Ubuntu, replace "sudo" with an identical command)*