[arch-commits] Commit in prometheus/trunk (PKGBUILD prometheus.service)

Johannes Löthberg demize at archlinux.org
Sun Dec 15 16:08:59 UTC 2019


    Date: Sunday, December 15, 2019 @ 16:08:59
  Author: demize
Revision: 371515

Add missing WorkingDirectory to service

Modified:
  prometheus/trunk/PKGBUILD
  prometheus/trunk/prometheus.service

--------------------+
 PKGBUILD           |    4 ++--
 prometheus.service |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 16:00:06 UTC (rev 371514)
+++ PKGBUILD	2019-12-15 16:08:59 UTC (rev 371515)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus
 pkgver=2.14.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
 url='https://prometheus.io'
@@ -19,7 +19,7 @@
         prometheus.sysusers)
 
 sha256sums=('5c40de1961997996ef5b59561a78116a9548235bc77305c05f214b6319a0284d'
-            '116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
+            '7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
             '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 
 build() {

Modified: prometheus.service
===================================================================
--- prometheus.service	2019-12-15 16:00:06 UTC (rev 371514)
+++ prometheus.service	2019-12-15 16:08:59 UTC (rev 371515)
@@ -7,6 +7,7 @@
 User=prometheus
 Group=prometheus
 Restart=on-failure
+WorkingDirectory=/usr/share/prometheus
 ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/var/lib/prometheus/data
 ExecReload=/bin/kill -HUP $MAINPID
 NoNewPrivileges=true



More information about the arch-commits mailing list