quick fix for #21
Added a couple of lines in the README until #21 is closed.
This commit is contained in:
parent
0a85c465ee
commit
c4933378ff
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue