From 3a3cd289883cc60fa3b8f69bc6fcb69c3efc2688 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:23:36 +0200 Subject: [PATCH] Fix a Tarball installation issue (#1894) --- 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] ----