Skip to content

Commit 3a3cd28

Browse files
Fix a Tarball installation issue (neo4j#1894)
1 parent 519bc81 commit 3a3cd28

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/ROOT/pages/installation/linux/tarball.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,14 @@ TimeoutSec=120
9797
WantedBy=multi-user.target
9898
----
9999

100-
. Reload systemctl to pick up the new service file and configure Neo4j to start at boot time:
100+
. Reload systemctl to pick up the new service file:
101+
+
102+
[source, shell]
103+
----
104+
systemctl daemon-reload
105+
----
106+
107+
. Configure Neo4j to start at boot time:
101108
+
102109
[source, shell]
103110
----

0 commit comments

Comments
 (0)