1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-20 07:34:42 -04:00
QubesOS-Scripts/etc/systemd/system/dnat-to-ns-boot.service

11 lines
274 B
SYSTEMD
Raw Normal View History

[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