From cf54edf9b9ba25ae59a553bc5fefd33dd8ae4284 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Mon, 16 Aug 2021 21:32:57 +0530 Subject: [PATCH] updated README Changed order of services to stop in section Stopping the service. This is because while stopping naxalnet, the ExecStopPost line says to delete two interfaces. But just before it is run, networkd is stopped. Running the command will again start networkd, which is not what we need. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d306cf..4074695 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ sudo systemctl disable naxalnet.service ### Stopping the service ```sh -sudo systemctl stop naxalnet systemd-networkd systemd-resolved iwd +sudo systemctl stop naxalnet iwd systemd-networkd systemd-resolved ``` If your distribution uses NetworkManager, starting `naxalnet.service`