fix ExecStart in systemd service file patch
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = hide-client
|
pkgbase = hide-client
|
||||||
pkgdesc = Hide.me CLI VPN client for Linux
|
pkgdesc = Hide.me CLI VPN client for Linux
|
||||||
pkgver = 0.9.1
|
pkgver = 0.9.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = hide.me
|
url = hide.me
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
pkgname=hide-client
|
pkgname=hide-client
|
||||||
_pkgname=hide.client.linux
|
_pkgname=hide.client.linux
|
||||||
pkgver=0.9.1
|
pkgver=0.9.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="Hide.me CLI VPN client for Linux"
|
pkgdesc="Hide.me CLI VPN client for Linux"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@@ -9,9 +9,9 @@ index b32902f..641241d 100644
|
|||||||
-ExecStart=/opt/hide.me/hide.me connect %i
|
-ExecStart=/opt/hide.me/hide.me connect %i
|
||||||
-WorkingDirectory=/opt/hide.me
|
-WorkingDirectory=/opt/hide.me
|
||||||
-ReadWritePaths=/opt/hide.me /etc
|
-ReadWritePaths=/opt/hide.me /etc
|
||||||
+ExecStart=/usr/bin/hide.me/hide.me connect %i
|
+ExecStart=/usr/bin/hide.me connect %i
|
||||||
+WorkingDirectory=/usr/bin/hide.me
|
+WorkingDirectory=/usr/bin
|
||||||
+ReadWritePaths=/usr/bin/hide.me /etc
|
+ReadWritePaths=/etc
|
||||||
TimeoutStopSec=30
|
TimeoutStopSec=30
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
Reference in New Issue
Block a user