mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-30 06:36:39 -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
|