1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

dnsmasq needs to always be running

This commit is contained in:
A Holt 2019-02-26 14:03:02 -05:00 committed by GitHub
parent 7495af762d
commit 7ea0ba84da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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