mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
systemd/aminda-nocron.service: explicitly start DNS too
This commit is contained in:
parent
def77bc4c3
commit
16d2f74135
@ -5,6 +5,9 @@ Description=Aminda's cronless boot tasks
|
||||
Type=oneshot
|
||||
TimeoutStartSec=infinity
|
||||
# - means it can fail, without failing those after it
|
||||
# I always want DNS.
|
||||
ExecStartPre=-/usr/bin/systemctl enable --now unbound.service
|
||||
ExecStartPre=-/usr/bin/systemctl enable --now systemd-resolved.service
|
||||
# These services are called here, so
|
||||
ExecStartPre=-/usr/bin/systemctl start firewalld.service
|
||||
ExecStartPre=-/usr/bin/systemctl start yggdrasil.service
|
||||
|
Loading…
Reference in New Issue
Block a user