mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-23 13:50:34 -04:00
Fix IVPN for chaining
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
cd4836a1d7
commit
7f0950383f
2 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
[Unit]
|
||||
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
|
||||
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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue