mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2024-12-18 03:54:23 -05:00
ca3835cb68
Signed-off-by: Tommy <contact@tommytran.io>
9 lines
189 B
SYSTEMD
9 lines
189 B
SYSTEMD
[Unit]
|
|
Description=Run /usr/lib/qubes/qubes-setup-dnat-to-ns when /etc/resolv.conf changes
|
|
|
|
[Path]
|
|
PathChanged=/etc/resolv.conf
|
|
Unit=dnat-to-ns.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |