1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Deleted servicesdisable.sh

This commit is contained in:
billz 2019-03-12 15:30:09 +00:00
parent 8267c9b10a
commit d55f83ce16

View File

@ -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