From ad758e3ae48ce42a752bc3d33863b62748236b79 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:27:13 +0200 Subject: [PATCH] Make `systemctl daemon-reload` a separate command (#1893) :wq :qw --- modules/ROOT/pages/installation/linux/tarball.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/installation/linux/tarball.adoc b/modules/ROOT/pages/installation/linux/tarball.adoc index 8de676331..ae972ba2a 100644 --- a/modules/ROOT/pages/installation/linux/tarball.adoc +++ b/modules/ROOT/pages/installation/linux/tarball.adoc @@ -76,7 +76,12 @@ TimeoutSec=120 [Install] WantedBy=multi-user.target -Reload systemctl to pick up the new service file +---- + +. Reload systemctl to pick up the new service file: ++ +[source, shell] +---- systemctl daemon-reload ----