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

View File

@@ -1,10 +1,10 @@
[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]