1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00
QubesOS-Scripts/etc/systemd/system/lokinet-dns-fix.service
Tommy ad3b6269a7
Add lokinet-dns-fix.service
Signed-off-by: Tommy <contact@tommytran.io>
2024-05-24 21:08:50 -07:00

11 lines
244 B
Desktop File

[Unit]
Description=Fix DNS for Lokinet
After=qubes-network-uplink.service
[Service]
Type=oneshot
ExecStart=/usr/bin/rm /etc/resolv.conf
ExecStart=/usr/bin/ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
[Install]
WantedBy=multi-user.target