From 715be6a62b1eaf2862a61f5444a8a5c7d888d208 Mon Sep 17 00:00:00 2001 From: Tim Moody Date: Sat, 15 Jun 2019 15:16:56 -0400 Subject: [PATCH] remove systemctl restart networking --- roles/network/templates/network/iiab-hotspot-off | 2 +- roles/network/templates/network/iiab-hotspot-on | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/templates/network/iiab-hotspot-off b/roles/network/templates/network/iiab-hotspot-off index ceaae55b1..2341c6f5b 100755 --- a/roles/network/templates/network/iiab-hotspot-off +++ b/roles/network/templates/network/iiab-hotspot-off @@ -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) diff --git a/roles/network/templates/network/iiab-hotspot-on b/roles/network/templates/network/iiab-hotspot-on index aa9d62500..9b57c579a 100755 --- a/roles/network/templates/network/iiab-hotspot-on +++ b/roles/network/templates/network/iiab-hotspot-on @@ -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