From bbd7a02b60a102abfc965912b2b3cbf5c79b3123 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 3 Aug 2023 11:50:52 +0300 Subject: [PATCH] dnsproxy.service: start before network management and hope it handles dynamic network conditions --- etc/systemd/system/dnsproxy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/dnsproxy.service b/etc/systemd/system/dnsproxy.service index 987a6f80..007b854c 100644 --- a/etc/systemd/system/dnsproxy.service +++ b/etc/systemd/system/dnsproxy.service @@ -2,7 +2,7 @@ [Unit] Description=DNS over HTTPS resolver # /etc/resolv.conf -> unbound -> dnsproxy -After=network-online.target +After=network-pre.target [Service] Type=simple