From 7ea0ba84da076664311183a0cdea53305bd639fb Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 26 Feb 2019 14:03:02 -0500 Subject: [PATCH] dnsmasq needs to always be running --- roles/network/templates/network/iiab-hotspot-off | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/templates/network/iiab-hotspot-off b/roles/network/templates/network/iiab-hotspot-off index 59301a55b..ceaae55b1 100755 --- a/roles/network/templates/network/iiab-hotspot-off +++ b/roles/network/templates/network/iiab-hotspot-off @@ -2,8 +2,8 @@ sed -i -e "s/^denyinterfaces/#denyinterfaces/" /etc/dhcpcd.conf systemctl disable hostapd systemctl stop hostapd -systemctl disable dnsmasq -systemctl stop dnsmasq +#systemctl disable dnsmasq +#systemctl stop dnsmasq systemctl daemon-reload systemctl restart dhcpcd systemctl restart networking