]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #773: When used with systemd-networkd, unbound does not start
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 1 Dec 2022 12:04:05 +0000 (13:04 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 1 Dec 2022 12:04:05 +0000 (13:04 +0100)
  until systemd-networkd-wait-online.service times out.

contrib/unbound.service.in
doc/Changelog

index ada5fac9c224143d2aae39e0e411e541911efd82..5a05c525170f89b02dd6db8f4188376e34f6aee2 100644 (file)
@@ -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
index 4d948f53a484177d29ac77f7f21d47261cfe84a6..5d03ba46c4dbe85591885a77f13dc9a01da1faaf 100644 (file)
@@ -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