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