Skip to content

Commit be0a9b1

Browse files
authored
Fix systemctl enable neo4j.service documentation (#903)
The documentation for neo4j.service systemctl was invalid. The command "systemctl daemon-reload" must not be part of the neo4j.service definition.
1 parent d8fe7e2 commit be0a9b1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,15 @@ TimeoutSec=120
8787
8888
[Install]
8989
WantedBy=multi-user.target
90-
//Reload systemctl to pick up the new service file
91-
systemctl daemon-reload
9290
----
9391

94-
. Configure Neo4j to start at boot time:
92+
. Reload systemctl to pick up the new service file and configure Neo4j to start at boot time:
9593
+
9694
[source, shell]
9795
----
9896
systemctl enable neo4j
9997
----
98+
10099
. Start Neo4j:
101100
+
102101
[source, shell]
@@ -197,4 +196,4 @@ neo4j hard nofile 60000
197196
sudo systemctl daemon-reload
198197
----
199198

200-
. Reboot your machine.
199+
. Reboot your machine.

0 commit comments

Comments
 (0)