diff --git a/modules/ROOT/pages/installation/linux/tarball.adoc b/modules/ROOT/pages/installation/linux/tarball.adoc index fd1ded15e..ef7d33691 100644 --- a/modules/ROOT/pages/installation/linux/tarball.adoc +++ b/modules/ROOT/pages/installation/linux/tarball.adoc @@ -97,7 +97,14 @@ TimeoutSec=120 WantedBy=multi-user.target ---- -. Reload systemctl to pick up the new service file and configure Neo4j to start at boot time: +. Reload systemctl to pick up the new service file: ++ +[source, shell] +---- +systemctl daemon-reload +---- + +. Configure Neo4j to start at boot time: + [source, shell] ----