Skip to content

Commit b3b644c

Browse files
Make systemctl daemon-reload a separate command (neo4j#1893)
1 parent 8fead8f commit b3b644c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ TimeoutSec=120
9191
WantedBy=multi-user.target
9292
----
9393

94+
. Reload systemctl to pick up the new service file:
95+
+
96+
[source, shell]
97+
----
98+
systemctl daemon-reload
99+
----
100+
94101
. Reload systemctl to pick up the new service file and configure Neo4j to start at boot time:
95102
+
96103
[source, shell]

0 commit comments

Comments
 (0)