mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
remove systemctl restart networking
This commit is contained in:
parent
3071058d25
commit
715be6a62b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ systemctl stop hostapd
|
|||
#systemctl stop dnsmasq
|
||||
systemctl daemon-reload
|
||||
systemctl restart dhcpcd
|
||||
systemctl restart networking
|
||||
#systemctl restart networking 6/15/2019 TFM removed
|
||||
|
||||
# Temporary promiscuous-mode workaround for RPi's WiFi "10SEC disease"
|
||||
# Set wlan0 to promiscuous when AP's OFF (for possible WiFi gateway)
|
||||
|
|
|
@ -7,7 +7,7 @@ systemctl enable hostapd
|
|||
#systemctl enable dnsmasq
|
||||
systemctl daemon-reload
|
||||
systemctl restart dhcpcd
|
||||
systemctl restart networking
|
||||
#systemctl restart networking 6/15/2019 TFM removed
|
||||
systemctl start hostapd
|
||||
systemctl start dnsmasq
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue