From 7f410148e3a09e9c6a7239fa6254c18e5a3ed5e2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 26 Apr 2024 16:13:39 +0300 Subject: [PATCH] aminda-nocron-rebootish.service: repeat that dns should be running --- etc/systemd/system/aminda-nocron-rebootish.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/systemd/system/aminda-nocron-rebootish.service b/etc/systemd/system/aminda-nocron-rebootish.service index ec1508f3..62162d8b 100644 --- a/etc/systemd/system/aminda-nocron-rebootish.service +++ b/etc/systemd/system/aminda-nocron-rebootish.service @@ -8,6 +8,9 @@ TimeoutStartSec=infinity # Another attempt at ensuring Yggdrasil works with nordvpnd ExecStartPre=-/usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0 ExecStart=-/usr/bin/systemctl restart yggdrasil.service +# If they somehow managed to not start already +ExecStart=-/usr/bin/systemctl enable --now unbound.service +ExecStart=-/usr/bin/systemctl enable --now systemd-resolved.service User=root StandardOutput=journal StandardError=journal