fix ExecStart in systemd service file patch

This commit is contained in:
ljrk
2021-04-10 01:11:51 +02:00
parent f245d35d7b
commit 3233270a40
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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')

View File

@@ -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