dnsproxy.service: second-guess to start after network-noline.target and before unbound.service?

This commit is contained in:
Aminda Suomalainen 2023-08-03 12:15:24 +03:00
parent 809d723293
commit 5acec4c00e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
[Unit]
Description=DNS over HTTPS resolver
# /etc/resolv.conf -> unbound -> dnsproxy
After=network-pre.target
#After=network-pre.target
After=network-online.target
[Service]
Type=simple
@ -16,4 +17,4 @@ RestartSec=5s
User=unbound
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target unbound.service