mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
Delete services.sh
This commit is contained in:
parent
667e594984
commit
b851f5d761
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# When wireless client AP mode is enabled, the hostapdstart script handles starting up network services
|
||||
# in a specific order and timing to avoid race conditions. Disabling them here ensures they are not run
|
||||
# at system startup.
|
||||
|
||||
sudo systemctl stop hostapd
|
||||
sudo systemctl stop dnsmasq
|
||||
sudo systemctl stop dhcpcd
|
||||
sudo systemctl disable hostapd
|
||||
sudo systemctl disable dnsmasq
|
||||
sudo systemctl disable dhcpcd
|
Loading…
Reference in a new issue