fix ExecStart in systemd service file patch
This commit is contained in:
2
.SRCINFO
2
.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
|
||||
|
2
PKGBUILD
2
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')
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user