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 ----