mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Renamed
This commit is contained in:
		
							
								
								
									
										12
									
								
								installers/servicesdisable.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								installers/servicesdisable.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| #!/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 | ||||
		Reference in New Issue
	
	Block a user