- For #773: In contrib/unbound.service.in set unbound to start after

network-online.target. Also for contrib/unbound_portable.service.in.
This commit is contained in:
W.C.A. Wijngaards 2024-07-10 14:05:43 +02:00
parent ea3e327006
commit d43760a8cd
3 changed files with 8 additions and 4 deletions

View 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

View 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]

View 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.