From: W.C.A. Wijngaards Date: Thu, 21 Aug 2025 13:49:42 +0000 (+0200) Subject: - Fix for #1317: Fix contrib/unbound.service comment path for X-Git-Tag: release-1.24.0rc1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65be1d0ec30986362996f81549c6c630616d08f7;p=thirdparty%2Funbound.git - Fix for #1317: Fix contrib/unbound.service comment path for systemd network configuration. --- diff --git a/contrib/unbound.service.in b/contrib/unbound.service.in index a3a4bde16..cc8d0ed2d 100644 --- a/contrib/unbound.service.in +++ b/contrib/unbound.service.in @@ -38,7 +38,7 @@ ; - `LockPersonality=yes` locks down the personality system call so that the ; kernel execution domain may not be changed from the default. ; -; - With /etc/systemd/system/*.network a setting to make sure the network +; - With /etc/systemd/network/*.network a setting to make sure the network ; is not considered online too early, can reduce network unreachable ; errors on server start: ; [Link] diff --git a/doc/Changelog b/doc/Changelog index 2b26546a3..6aab0149d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,8 @@ when the command takes no arguments but there are arguments present. - Fix #1317: Unbound starts too early. Add Wants=network-online.target under [Unit] in unbound.service. + - Fix for #1317: Fix contrib/unbound.service comment path for + systemd network configuration. 15 August 2025: Wouter - unbound-control cache_lookup +t allows tld and root names. And