From e0217f59e04b51019a0234277063206e383b0a41 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 4 May 2021 06:02:58 +0200 Subject: [PATCH] Move to systemd-resolved For per-interface resolution --- pitti-post.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pitti-post.sh b/pitti-post.sh index f68fee3..1a4032c 100755 --- a/pitti-post.sh +++ b/pitti-post.sh @@ -16,7 +16,8 @@ plugins= #wifi.backend=iwd EOF #ln -sfn ../iwd.service /usr/lib/systemd/system/multi-user.target.wants/iwd.service -ln -sfn /run/NetworkManager/resolv.conf /etc/resolv.conf + +ln -sfn /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf # set up PAM for systemd-homed (https://bugzilla.redhat.com/show_bug.cgi?id=1806949) patch /etc/pam.d/system-auth <