mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-12 13:31:32 -05:00
11 lines
274 B
Desktop File
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 |