From c30c02b38d16ed263f3e4860cd1808faa021d83c Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 23 Dec 2024 15:13:50 -0700 Subject: [PATCH] Fix dnat-to-ns-boot Signed-off-by: Tommy --- content/posts/qubes/Using IVPN on Qubes OS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/qubes/Using IVPN on Qubes OS.md b/content/posts/qubes/Using IVPN on Qubes OS.md index e1897ee..b1faf6d 100644 --- a/content/posts/qubes/Using IVPN on Qubes OS.md +++ b/content/posts/qubes/Using IVPN on Qubes OS.md @@ -64,11 +64,11 @@ WantedBy=multi-user.target ``` [Unit] Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns -StartLimitIntervalSec=0 +After=qubes-network-uplink.service [Service] Type=oneshot -ExecStart=sleep 10 +ExecStart=sleep 15 ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns [Install]