summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorljrk2021-04-10 01:11:51 +0200
committerljrk2021-04-10 01:11:51 +0200
commit3233270a402eeba46a80d4017514f62c8b220045 (patch)
tree887dd6167f315a095d82255b3e9271a99348420a
parentf245d35d7be7a0a09a8bece99af014d951f28534 (diff)
downloadaur-3233270a402eeba46a80d4017514f62c8b220045.tar.gz
fix ExecStart in systemd service file patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--service_sysdirs.patch6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed02c943a76b..f30d8b1b6fe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hide-client
pkgdesc = Hide.me CLI VPN client for Linux
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = hide.me
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 195098951172..88c913409bd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hide-client
_pkgname=hide.client.linux
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Hide.me CLI VPN client for Linux"
arch=('any')
diff --git a/service_sysdirs.patch b/service_sysdirs.patch
index 4d82f7b52018..e4441c8fa682 100644
--- a/service_sysdirs.patch
+++ b/service_sysdirs.patch
@@ -9,9 +9,9 @@ index b32902f..641241d 100644
-ExecStart=/opt/hide.me/hide.me connect %i
-WorkingDirectory=/opt/hide.me
-ReadWritePaths=/opt/hide.me /etc
-+ExecStart=/usr/bin/hide.me/hide.me connect %i
-+WorkingDirectory=/usr/bin/hide.me
-+ReadWritePaths=/usr/bin/hide.me /etc
++ExecStart=/usr/bin/hide.me connect %i
++WorkingDirectory=/usr/bin
++ReadWritePaths=/etc
TimeoutStopSec=30
Restart=always
RestartSec=5s