1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 23:24:43 -04:00
QubesOS-Scripts/etc/systemd/system/dnat-to-ns-boot.service
Tommy 7f0950383f
Fix IVPN for chaining
Signed-off-by: Tommy <contact@tommytran.io>
2024-05-17 02:26:21 -07:00

11 lines
274 B
Desktop File

[Unit]
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns 10 seconds after boot
[Service]
Type=oneshot
ExecStart=/usr/bin/sleep 10
ExecStart=/usr/bin/systemctl restart systemd-resolved
ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns
[Install]
WantedBy=multi-user.target