]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #773: In contrib/unbound.service.in set unbound to start after
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 10 Jul 2024 12:05:43 +0000 (14:05 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 10 Jul 2024 12:05:43 +0000 (14:05 +0200)
  network-online.target. Also for contrib/unbound_portable.service.in.

contrib/unbound.service.in
contrib/unbound_portable.service.in
doc/Changelog

index 5a05c525170f89b02dd6db8f4188376e34f6aee2..8a5d3b2b0189e829c3428f19678a7c3abb8642b3 100644 (file)
@@ -42,8 +42,8 @@
 [Unit]
 Description=Validating, recursive, and caching DNS resolver
 Documentation=man:unbound(8)
-After=network.target
-Before=network-online.target nss-lookup.target
+After=network-online.target
+Before=nss-lookup.target
 
 [Install]
 WantedBy=multi-user.target
index e763763f02e1acb7af892e3c25e9457e6188dfbe..22cd4463861a8d7c66fcfb85c738ae9dc16164d0 100644 (file)
@@ -14,8 +14,8 @@
 [Unit]
 Description=Validating, recursive, and caching DNS resolver
 Documentation=man:unbound(8)
-After=network.target
-Before=network-online.target nss-lookup.target
+After=network-online.target
+Before=nss-lookup.target
 Wants=nss-lookup.target
 
 [Install]
index 6bc73c86afff095419828e89d6d1d43859a2b29c..d0b38ef827eb00cd1fd62d156e6ac9c76d221908 100644 (file)
@@ -1,3 +1,7 @@
+10 July 2024: Wouter
+       - For #773: In contrib/unbound.service.in set unbound to start after
+         network-online.target. Also for contrib/unbound_portable.service.in.
+
 9 July 2024: Yorgos
        - Update list of known EDE codes.