mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			175 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			175 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Disconnect from the VPN when suspending
 | |
| Before=sleep.target
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=/usr/bin/gpclient disconnect
 | |
| 
 | |
| [Install]
 | |
| WantedBy=sleep.target
 |