mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 18:14:47 +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]
|
[Unit]
|
||||||
Description=DNS over HTTPS resolver
|
Description=DNS over HTTPS resolver
|
||||||
# /etc/resolv.conf -> unbound -> dnsproxy
|
# /etc/resolv.conf -> unbound -> dnsproxy
|
||||||
After=network-pre.target
|
#After=network-pre.target
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
@ -16,4 +17,4 @@ RestartSec=5s
|
|||||||
User=unbound
|
User=unbound
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target unbound.service
|
||||||
|
Loading…
Reference in New Issue
Block a user