mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-14 06:11:33 -05:00
9 lines
170 B
SYSTEMD
9 lines
170 B
SYSTEMD
|
[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
|