aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 476dace12a2f..9eae8bb2179a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Harsha Kuchampudi <harshakuchampudi@gmail.com>
pkgname=windscribe-cli
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Port of Windscribe's VPN command line interface"
arch=('any')
url="https://windscribe.com/"
@@ -32,7 +32,10 @@ package() {
[Service]
Type=simple
ExecStart=/usr/bin/windscribe start
+ ExecStop=/usr/bin/windscribe stop
Restart=on-failure
+ KillMode=control-group
+ SuccessExitStatus=SIGKILL
PIDFile=/etc/windscribe/windscribe.pid
[Install]