From c4933378ff0aff21dd25d1a8b2df7c9c0db5856c Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Fri, 22 Oct 2021 11:02:53 +0530 Subject: [PATCH] quick fix for #21 Added a couple of lines in the README until #21 is closed. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 74c62fc..a784eb8 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,13 @@ sudo systemctl enable naxalnet.service Now naxalnet will start a mesh on every boot. +If you use GNOME, you should mask `wpa_supplicant.service` so that it +cannot be started by systemd. See issue #21 + +```sh +sudo systemctl mask wpa_supplicant.service +``` + If you have NetworkManager enabled, which is the default in Ubuntu and Fedora, it should be disabled: