mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-07 23:43:59 +05:30
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.
This commit is contained in:
parent
e99b3222e1
commit
cf54edf9b9
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user