1
0
Fork 0
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:
Tim Moody 2019-06-15 15:16:56 -04:00
parent 3071058d25
commit 715be6a62b
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ systemctl stop hostapd
#systemctl stop dnsmasq #systemctl stop dnsmasq
systemctl daemon-reload systemctl daemon-reload
systemctl restart dhcpcd systemctl restart dhcpcd
systemctl restart networking #systemctl restart networking 6/15/2019 TFM removed
# Temporary promiscuous-mode workaround for RPi's WiFi "10SEC disease" # Temporary promiscuous-mode workaround for RPi's WiFi "10SEC disease"
# Set wlan0 to promiscuous when AP's OFF (for possible WiFi gateway) # Set wlan0 to promiscuous when AP's OFF (for possible WiFi gateway)

View file

@ -7,7 +7,7 @@ systemctl enable hostapd
#systemctl enable dnsmasq #systemctl enable dnsmasq
systemctl daemon-reload systemctl daemon-reload
systemctl restart dhcpcd systemctl restart dhcpcd
systemctl restart networking #systemctl restart networking 6/15/2019 TFM removed
systemctl start hostapd systemctl start hostapd
systemctl start dnsmasq systemctl start dnsmasq