diff --git a/roles/network/templates/hostapd/50-hostapd b/roles/network/templates/hostapd/50-hostapd index 601f8660a..d3741e1ab 100644 --- a/roles/network/templates/hostapd/50-hostapd +++ b/roles/network/templates/hostapd/50-hostapd @@ -1,3 +1,7 @@ +if [ "$interface" = "br0" ] && [ $if_up = "true" ]; then + sleep 2 + systemctl restart dnsmasq +fi if [ "$interface" = "wlan0" ]; then REASON="$reason"