From: W.C.A. Wijngaards Date: Thu, 1 Dec 2022 12:04:05 +0000 (+0100) Subject: - Fix #773: When used with systemd-networkd, unbound does not start X-Git-Tag: release-1.17.1rc1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c041c0ba9f48f25e73e7675c4c654b2815d483b;p=thirdparty%2Funbound.git - Fix #773: When used with systemd-networkd, unbound does not start until systemd-networkd-wait-online.service times out. --- diff --git a/contrib/unbound.service.in b/contrib/unbound.service.in index ada5fac9c..5a05c5251 100644 --- a/contrib/unbound.service.in +++ b/contrib/unbound.service.in @@ -42,9 +42,8 @@ [Unit] Description=Validating, recursive, and caching DNS resolver Documentation=man:unbound(8) -After=network-online.target -Before=nss-lookup.target -Wants=network-online.target nss-lookup.target +After=network.target +Before=network-online.target nss-lookup.target [Install] WantedBy=multi-user.target diff --git a/doc/Changelog b/doc/Changelog index 4d948f53a..5d03ba46c 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +30 November 2022: Wouter + - Fix #773: When used with systemd-networkd, unbound does not start + until systemd-networkd-wait-online.service times out. + 30 November 2022: George - Add SVCB and HTTPS to the types removed by 'unbound-control flush'. - Clear documentation for interactivity between the subnet module and