mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Update README.md
This commit is contained in:
parent
be24aa2a20
commit
eab0ea9f11
1 changed files with 5 additions and 0 deletions
|
@ -149,6 +149,11 @@ Unmask and enable the hostapd service.
|
||||||
sudo systemctl unmask hostapd.service
|
sudo systemctl unmask hostapd.service
|
||||||
sudo systemctl enable hostapd.service
|
sudo systemctl enable hostapd.service
|
||||||
```
|
```
|
||||||
|
Move the raspap service to the correct location and enable it.
|
||||||
|
```
|
||||||
|
sudo mv /var/www/html/installers/raspap.service /lib/systemd/system
|
||||||
|
sudo systemctl enable raspap.service
|
||||||
|
```
|
||||||
Reboot and it should be up and running!
|
Reboot and it should be up and running!
|
||||||
```sh
|
```sh
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|
Loading…
Reference in a new issue