We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fe7e2 commit be0a9b1Copy full SHA for be0a9b1
modules/ROOT/pages/installation/linux/tarball.adoc
@@ -87,16 +87,15 @@ TimeoutSec=120
87
88
[Install]
89
WantedBy=multi-user.target
90
-//Reload systemctl to pick up the new service file
91
-systemctl daemon-reload
92
----
93
94
-. Configure Neo4j to start at boot time:
+. Reload systemctl to pick up the new service file and configure Neo4j to start at boot time:
95
+
96
[source, shell]
97
98
systemctl enable neo4j
99
100
. Start Neo4j:
101
102
@@ -197,4 +196,4 @@ neo4j hard nofile 60000
197
196
sudo systemctl daemon-reload
198
199
200
-. Reboot your machine.
+. Reboot your machine.
0 commit comments