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:
parent
7495af762d
commit
7ea0ba84da
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue