1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-01-07 22:51:47 -05:00
QubesOS-Scripts/etc/systemd/system/dnat-to-ns-boot.service

12 lines
225 B
SYSTEMD
Raw Normal View History

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