From 89e5617ec331470fee8c5c100060b2ff80645423 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 23 Dec 2024 03:27:58 -0700 Subject: [PATCH] Fix dnat-to-ns-boot.service --- etc/systemd/system/dnat-to-ns-boot.service | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/systemd/system/dnat-to-ns-boot.service b/etc/systemd/system/dnat-to-ns-boot.service index ce5a1c0..fc69216 100644 --- a/etc/systemd/system/dnat-to-ns-boot.service +++ b/etc/systemd/system/dnat-to-ns-boot.service @@ -5,4 +5,7 @@ StartLimitIntervalSec=0 [Service] Type=oneshot ExecStart=sleep 10 -ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns \ No newline at end of file +ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns + +[Install] +WantedBy=multi-user.target \ No newline at end of file