From e0f087d0a43ebe34891e806b54bf3aac2a807178 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 17 Jul 2023 18:26:28 +0000 Subject: [PATCH] Banish systemd-resolved --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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