mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
Add gp-suspend.service
This commit is contained in:
12
packaging/pkgbuild/gp.install
Normal file
12
packaging/pkgbuild/gp.install
Normal file
@@ -0,0 +1,12 @@
|
||||
post_install() {
|
||||
systemctl --system daemon-reload
|
||||
systemctl enable gpservice.service
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
systemctl disable gpservice.service
|
||||
}
|
Reference in New Issue
Block a user