summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlango Rajagopal2021-10-28 00:06:55 +0530
committerIlango Rajagopal2021-10-28 00:06:55 +0530
commit8f43dac8c089211272b554de03f5bc396a4bd872 (patch)
tree8a9934a22cd7d83ee4eb63ddd0e558612e8940aa
parent81fdeb8f1fccaab7b06775deb05fab73481456e0 (diff)
downloadaur-8f43dac8c089211272b554de03f5bc396a4bd872.tar.gz
fix: service file ExecStart path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--endpoint-verification.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 065d4300f33d..6dd130f542b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = endpoint-verification
pkgdesc = Endpoint Verification Helper
pkgver = 2021.07.22.c386220900_00
- pkgrel = 2
+ pkgrel = 3
url = https://chrome.google.com/webstore/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg
arch = x86_64
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 1c42d61aae6f..a5c1d3fbaba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=endpoint-verification
pkgname=("endpoint-verification" "endpoint-verification-chrome")
_pkgver="2021.07.22.c386220900-00"
pkgver="$(tr '-' '_' <<< $_pkgver)"
-pkgrel=2
+pkgrel=3
pkgdesc="Endpoint Verification Helper"
arch=(x86_64)
url="https://chrome.google.com/webstore/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg"
diff --git a/endpoint-verification.service b/endpoint-verification.service
index 585c1ffc815a..78724baa3fb6 100644
--- a/endpoint-verification.service
+++ b/endpoint-verification.service
@@ -3,7 +3,7 @@ Description=Endpoint Verification Service
[Service]
Type=oneshot
-ExecStart=/opt/google/endpoint-verification/endpoint-verification start
+ExecStart=/opt/google/endpoint-verification/bin/endpoint-verification start
RemainAfterExit=yes
[Install]