diff --git a/roles/network/templates/network/iiab-hotspot-off b/roles/network/templates/network/iiab-hotspot-off index 0bb81e8f2..59301a55b 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 dhcpd -systemctl stop dhcpd +systemctl disable dnsmasq +systemctl stop dnsmasq systemctl daemon-reload systemctl restart dhcpcd systemctl restart networking