mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
- Fix #296: systemd nss-lookup.target is reached before unbound can
successfully answer queries. Changed contrib/unbound.service.in.
This commit is contained in:
parent
47a5dc8cae
commit
afbc7bb4fe
2 changed files with 5 additions and 3 deletions
|
|
@ -42,9 +42,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Validating, recursive, and caching DNS resolver
|
Description=Validating, recursive, and caching DNS resolver
|
||||||
Documentation=man:unbound(8)
|
Documentation=man:unbound(8)
|
||||||
After=network.target
|
After=network-online.target
|
||||||
Before=network-online.target nss-lookup.target
|
Before=nss-lookup.target
|
||||||
Wants=nss-lookup.target
|
Wants=network-online.target nss-lookup.target
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
- Merge PR #293: Add missing prototype. Also refactor to use the new
|
- Merge PR #293: Add missing prototype. Also refactor to use the new
|
||||||
shorthand function to clean up the code.
|
shorthand function to clean up the code.
|
||||||
- Refactor to use sock_strerr shorthand function.
|
- Refactor to use sock_strerr shorthand function.
|
||||||
|
- Fix #296: systemd nss-lookup.target is reached before unbound can
|
||||||
|
successfully answer queries. Changed contrib/unbound.service.in.
|
||||||
|
|
||||||
27 August 2020: Wouter
|
27 August 2020: Wouter
|
||||||
- Similar to NSD PR#113, implement that interface names can be used,
|
- Similar to NSD PR#113, implement that interface names can be used,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue