mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2025-01-06 14:11:48 -05:00
12 lines
225 B
Desktop File
12 lines
225 B
Desktop File
[Unit]
|
|
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
|
|
After=qubes-network-uplink.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=sleep 15
|
|
ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|