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
|
||||
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
|
||||
|
2
PKGBUILD
2
PKGBUILD
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user