QubesOS-Scripts/etc/systemd/system/dnat-to-ns-boot.service

12 lines
225 B
SYSTEMD
Raw Permalink Normal View History

2024-11-13 22:32:19 -07:00
[Unit]
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns
After=qubes-network-uplink.service
2024-11-13 22:32:19 -07:00
[Service]
Type=oneshot
ExecStart=sleep 15
2024-12-23 03:27:58 -07:00
ExecStart=/usr/lib/qubes/qubes-setup-dnat-to-ns
[Install]
WantedBy=multi-user.target