aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/src/installation/installing-binary.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/manual/src/installation/installing-binary.md b/doc/manual/src/installation/installing-binary.md
index 1b7db59cd..8cdd64df6 100644
--- a/doc/manual/src/installation/installing-binary.md
+++ b/doc/manual/src/installation/installing-binary.md
@@ -91,23 +91,21 @@ extension. The installer will also create `/etc/profile.d/nix.sh`.
To begin, if you are on Linux with systemd, remove the Nix daemon service:
```console
-sudo systemctl stop nix-daemon.socket
sudo systemctl stop nix-daemon.service
-sudo systemctl disable nix-daemon.socket
-sudo systemctl disable nix-daemon.service
+sudo systemctl disable nix-daemon.socket nix-daemon.service
sudo systemctl daemon-reload
```
Then you can remove systemd service files:
```console
-sudo rm -f /etc/systemd/system/nix-daemon.service /etc/systemd/system/nix-daemon.socket
+sudo rm /etc/systemd/system/nix-daemon.service /etc/systemd/system/nix-daemon.socket
```
Also, the installer script uses systemd-tmpfiles (if presents) to create the socket directory. You may also want to remove the configuration for that:
```console
-sudo rm -f /etc/tmpfiles.d/nix-daemon.conf
+sudo rm /etc/tmpfiles.d/nix-daemon.conf
```
Remove files created by Nix: