Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/ROOT/pages/installation/osx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ Here are the steps to uninstall Neo4j on macOS:
. Stop all Neo4j running services:
+
[source, shell]
---
----
sudo systemctl stop neo4j
sudo systemctl disable neo4j
---
----
. Delete _NEO4J_HOME_ and the file _/lib/systemd/system/neo4j.service_:
+
[source, shell]
---
----
rm /lib/systemd/system/neo4j.service
rm -rf NEO4J_HOME
---
----
8 changes: 4 additions & 4 deletions modules/ROOT/pages/installation/windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ Here are the steps to uninstall Neo4j on Windows:
. Uninstall the Neo4j Windows service:
+
[source, shell]
---
----
%NEO4J_HOME%\bin\neo4j windows-service uninstall
---
----
. Delete _NEO4J_HOME_:
+
[source, shell]
---
----
rmdir NEO4J_HOME
---
----
Loading