mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 03:39:22 +01:00
9 lines
453 B
Plaintext
9 lines
453 B
Plaintext
# Ensure running before network online
|
|
# WARNING! Regardless of the below, it works on Lumina
|
|
#systemd[1]: unbound.service: Found ordering cycle on network-online.target/start
|
|
#systemd[1]: unbound.service: Found dependency on unbound.service/start
|
|
#systemd[1]: unbound.service: Job network-online.target/start deleted to break ordering cycle starting with unbound.service/start
|
|
[Unit]
|
|
After=network.target
|
|
Before=network-online.target nss-lookup.target
|