fix: extra args

This commit is contained in:
Markus Pesch 2023-06-13 20:02:06 +02:00
parent 2f3d7cfea1
commit a425c70863
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = prometheus-x509-certificate-exporter
pkgdesc = metric exporter for x509 certificates
pkgver = 3.6.0
pkgrel = 2
pkgrel = 3
url = https://github.com/enix/x509-certificate-exporter
arch = armv7h
arch = aarch64

View File

@ -3,7 +3,7 @@
pkgname=prometheus-x509-certificate-exporter
_pkgname=x509-certificate-exporter
pkgver=3.6.0
pkgrel=2
pkgrel=3
pkgdesc="metric exporter for x509 certificates"
arch=('armv7h' 'aarch64' 'x86_64')
url="https://github.com/enix/$_pkgname"

View File

@ -4,8 +4,8 @@ Requires=network-online.target
After=network-online.target
[Service]
EnvironmentFile=/etc/conf.d/prometheus-x509-certificate-exporter
ExecStart=/usr/bin/prometheus-x509-certificate-exporter ${EXTRA_ARGS}
EnvironmentFile=-/etc/conf.d/prometheus-x509-certificate-exporter
ExecStart=/usr/bin/prometheus-x509-certificate-exporter $EXTRA_ARGS
ExecReload=/bin/kill -HUP $MAINPID
User=root
Group=root