mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
dnsproxy.service: second-guess to start after network-noline.target and before unbound.service?
This commit is contained in:
parent
809d723293
commit
5acec4c00e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user