Fix dnat-to-ns-boot (#306)

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-12-23 15:14:13 -07:00 committed by GitHub
parent d032b11dbd
commit 0622a01ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,11 +64,11 @@ WantedBy=multi-user.target
``` ```
[Unit] [Unit]
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
StartLimitIntervalSec=0 After=qubes-network-uplink.service
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=sleep 10 ExecStart=sleep 15
ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns
[Install] [Install]