summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-12 20:07:15 +0100
committerCarsten Feuls2019-02-12 20:07:21 +0100
commit277f6ea8e978bd5e0ed33385b3acf1e67febfdc9 (patch)
tree3d71e8370ede3312bb524d83f08fb47ffd139902
parent4b70071e13732cbe861e80cfb901d323f90327e5 (diff)
downloadaur-277f6ea8e978bd5e0ed33385b3acf1e67febfdc9.tar.gz
Fix Systemd Service File
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--thanos.service4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 782a52047c90..f3fdb2f4867d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 12 18:58:02 UTC 2019
+# Tue Feb 12 19:06:57 UTC 2019
pkgbase = prometheus-thanos
pkgdesc = Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)
pkgver = 0.3.0
@@ -16,7 +16,7 @@ pkgbase = prometheus-thanos
source_x86_64 = thanos.conf
source_x86_64 = thanos.sysuser
source_x86_64 = https://github.com/improbable-eng/thanos/releases/download/v0.3.0/thanos-0.3.0.linux-amd64.tar.gz
- sha256sums_x86_64 = a2da1b0fd68488693b4db2d46300d70d6a3233e91195d971c6c470dd337cf08d
+ sha256sums_x86_64 = 3bb9ad1cc585cc69ce2177e5d219fb190823b076c7f8414a0ef07da2eea375cd
sha256sums_x86_64 = 97a2a76ded469808b7d086dc02a63a9f45c535831763fc33ebd99528dceb437e
sha256sums_x86_64 = 0d2ee33fa0a91ea2a93c652fdcc8d50f2b69a3598bc6819f14c57239ce3fcc82
sha256sums_x86_64 = fe1cb7ed940dac645309bbf0ce99c278ded8727a6cab9842bd9f572d205f60a6
diff --git a/PKGBUILD b/PKGBUILD
index 80e019ba7e17..e9814b1eee16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ source_x86_64=("thanos.service"
"thanos.conf"
"thanos.sysuser"
"https://github.com/improbable-eng/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver.linux-amd64.tar.gz")
-sha256sums_x86_64=('a2da1b0fd68488693b4db2d46300d70d6a3233e91195d971c6c470dd337cf08d'
+sha256sums_x86_64=('3bb9ad1cc585cc69ce2177e5d219fb190823b076c7f8414a0ef07da2eea375cd'
'97a2a76ded469808b7d086dc02a63a9f45c535831763fc33ebd99528dceb437e'
'0d2ee33fa0a91ea2a93c652fdcc8d50f2b69a3598bc6819f14c57239ce3fcc82'
'fe1cb7ed940dac645309bbf0ce99c278ded8727a6cab9842bd9f572d205f60a6')
diff --git a/thanos.service b/thanos.service
index e34d61ae4e32..1340f503b0e2 100644
--- a/thanos.service
+++ b/thanos.service
@@ -14,8 +14,8 @@ NoNewPrivileges=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/var/lib/prometheus
-ConfigurationDirectory=/etc/thanos
-StateDirectory=/var/lib/thanos
+ConfigurationDirectory=etc/thanos
+StateDirectory=var/lib/thanos
[Install]
WantedBy=multi-user.target