alertmanager: fix service configuration

closes #8908
This commit is contained in:
Noah Huppert 2019-02-18 16:01:09 -05:00 committed by maxice8
parent d6b1702679
commit 2df0bdce27
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
: ${USER:=_alertmanager}
: ${CONF_FILE:=/etc/alertmanager.yml}
: ${CONF_FLAG:=-config.file=$CONF_FILE}
: ${CONF_FLAG:=--config.file=$CONF_FILE}
: ${WRKDIR:=/var/lib/alertmanager}
cd "$WRKDIR"

View File

@ -1,7 +1,7 @@
# Template file for 'alertmanager'
pkgname=alertmanager
version=0.16.1
revision=1
revision=2
build_style=go
go_import_path="github.com/prometheus/alertmanager"
go_package="${go_import_path}/cmd/alertmanager ${go_import_path}/cmd/amtool"