Banish systemd-resolved

This commit is contained in:
Daniel Flanagan 2023-07-17 18:26:28 +00:00
parent 18de76b03e
commit e0f087d0a4
1 changed files with 2 additions and 2 deletions

View File

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