11 lines
		
	
	
		
			244 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			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 |