mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-12 03:05:15 -04:00
Add lokinet-dns-fix.service
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
04834f68c5
commit
ad3b6269a7
1 changed files with 11 additions and 0 deletions
11
etc/systemd/system/lokinet-dns-fix.service
Normal file
11
etc/systemd/system/lokinet-dns-fix.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue