mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-24 14:15:15 -04:00
IVPN needs dnat-to-ns at boot
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6dd8134451
commit
cd4836a1d7
2 changed files with 11 additions and 1 deletions
9
etc/systemd/system/dnat-to-ns-boot.service
Normal file
9
etc/systemd/system/dnat-to-ns-boot.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue