mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-01-12 23:49:30 -05:00
7f0950383f
Signed-off-by: Tommy <contact@tommytran.io>
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 |