1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-01-06 14:11:48 -05:00

Fix dnat-to-ns-boot

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

View File

@ -1,11 +1,11 @@
[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]
WantedBy=multi-user.target WantedBy=multi-user.target