mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
12 lines
541 B
Plaintext
12 lines
541 B
Plaintext
# This override attempts to ensure Unbound is running when network gets
|
|
# connected as opposed to starting at that time to ensure DNS functions for
|
|
# everything dependent on DNS in addition to just internet connectivity
|
|
[Unit]
|
|
After=
|
|
# Copy-pasted from Fedora (systemtl show unbound.service) except
|
|
# network-online.target is network-pre.target
|
|
After=unbound-keygen.service unbound-anchor.service systemd-journald.socket sysinit.target network-pre.target system.slice basic.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target network-online.target
|