From 167f58577b83d7c6377cfcf73a7322ae9240ad22 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 23 Dec 2024 15:12:49 -0700 Subject: [PATCH] Fix dnat-to-ns-boot Signed-off-by: Tommy --- etc/systemd/system/dnat-to-ns-boot.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/systemd/system/dnat-to-ns-boot.service b/etc/systemd/system/dnat-to-ns-boot.service index fc69216..332632c 100644 --- a/etc/systemd/system/dnat-to-ns-boot.service +++ b/etc/systemd/system/dnat-to-ns-boot.service @@ -1,11 +1,11 @@ [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] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target