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