diff --git a/modules/ROOT/pages/installation/linux/tarball.adoc b/modules/ROOT/pages/installation/linux/tarball.adoc index 1f04b44bc..ffe19c73b 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 ----