fix: extra args
This commit is contained in:
parent
2f3d7cfea1
commit
a425c70863
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = prometheus-x509-certificate-exporter
|
pkgbase = prometheus-x509-certificate-exporter
|
||||||
pkgdesc = metric exporter for x509 certificates
|
pkgdesc = metric exporter for x509 certificates
|
||||||
pkgver = 3.6.0
|
pkgver = 3.6.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/enix/x509-certificate-exporter
|
url = https://github.com/enix/x509-certificate-exporter
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -3,7 +3,7 @@
|
|||||||
pkgname=prometheus-x509-certificate-exporter
|
pkgname=prometheus-x509-certificate-exporter
|
||||||
_pkgname=x509-certificate-exporter
|
_pkgname=x509-certificate-exporter
|
||||||
pkgver=3.6.0
|
pkgver=3.6.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="metric exporter for x509 certificates"
|
pkgdesc="metric exporter for x509 certificates"
|
||||||
arch=('armv7h' 'aarch64' 'x86_64')
|
arch=('armv7h' 'aarch64' 'x86_64')
|
||||||
url="https://github.com/enix/$_pkgname"
|
url="https://github.com/enix/$_pkgname"
|
||||||
|
@ -4,8 +4,8 @@ Requires=network-online.target
|
|||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=/etc/conf.d/prometheus-x509-certificate-exporter
|
EnvironmentFile=-/etc/conf.d/prometheus-x509-certificate-exporter
|
||||||
ExecStart=/usr/bin/prometheus-x509-certificate-exporter ${EXTRA_ARGS}
|
ExecStart=/usr/bin/prometheus-x509-certificate-exporter $EXTRA_ARGS
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
User=root
|
User=root
|
||||||
Group=root
|
Group=root
|
||||||
|
Loading…
Reference in New Issue
Block a user