 aad91ae679
			
		
	
	
		aad91ae679
		
	
	
	
	
		
			
			Due to concerns with the .io TLD, we are switching to using wireguard.com instead. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			546 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			546 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=WireGuard via wg-quick(8) for %I
 | |
| After=network-online.target
 | |
| Wants=network-online.target
 | |
| Documentation=man:wg-quick(8)
 | |
| Documentation=man:wg(8)
 | |
| Documentation=https://www.wireguard.com/
 | |
| Documentation=https://www.wireguard.com/quickstart/
 | |
| Documentation=https://git.zx2c4.com/WireGuard/about/src/tools/wg-quick.8
 | |
| Documentation=https://git.zx2c4.com/WireGuard/about/src/tools/wg.8
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/bin/wg-quick up %i
 | |
| ExecStop=/usr/bin/wg-quick down %i
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |