diff --git a/makefile b/makefile index b7fdbd3..20a6dce 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ restart-services: systemctl restart systemd-sysctl systemctl restart systemd-networkd systemctl restart dnsmasq - systemctl restart systemd-resolved + # systemctl restart systemd-resolved # this seems to conflict with dnsmasq - not sure we need it? systemctl restart dhcpcd@lan0 systemctl restart dhcpcd@wan0 @@ -33,7 +33,7 @@ enable-and-start-services: systemctl enable --now systemd-sysctl systemctl enable --now systemd-networkd systemctl enable --now dnsmasq - systemctl enable --now systemd-resolved + # systemctl enable --now systemd-resolved # this seems to conflict with dnsmasq - not sure we need it? systemctl enable --now dhcpcd@lan0 systemctl enable --now dhcpcd@wan0