aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorVictor Engmark <vengmark@linz.govt.nz>2023-05-15 10:06:27 +1200
committerVictor Engmark <vengmark@linz.govt.nz>2023-05-15 10:06:27 +1200
commitccf512f4b865461b6957893dfc21a3f08a1f0cdb (patch)
tree48cf1e95e7642cf300d1276874b2cade7d261259 /doc/manual/src
parent454e27345125736a2c44282e4b31a8f325b754e7 (diff)
docs: Remove redundant uninstall command
`sudo systemctl disable nix-daemon.socket nix-daemon.service` removes these files already.
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/installation/uninstall.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/manual/src/installation/uninstall.md b/doc/manual/src/installation/uninstall.md
index bd85b49ee..2f84a02bb 100644
--- a/doc/manual/src/installation/uninstall.md
+++ b/doc/manual/src/installation/uninstall.md
@@ -24,12 +24,6 @@ If you are on Linux with systemd:
sudo systemctl daemon-reload
```
-1. Remove systemd service files:
-
- ```console
- sudo rm /etc/systemd/system/nix-daemon.service /etc/systemd/system/nix-daemon.socket
- ```
-
1. The installer script uses systemd-tmpfiles to create the socket directory.
You may also want to remove the configuration for that: