From c7992bfbefc42f865155c95506a29f63ad649a1d Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Tue, 22 Oct 2024 09:34:55 +0200 Subject: [PATCH] Fix a Tarball installation issue --- modules/ROOT/pages/installation/linux/tarball.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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] ----