11 lines
		
	
	
		
			189 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			189 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Automatic Tunnel Start
 | |
| After=network-online.target 
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStartPre=/bin/sleep 5
 | |
| ExecStart=/usr/bin/start_wg.py
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |