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