Date: Friday, September 16, 2016 @ 02:28:58 Author: felixonmars Revision: 189364
upgpkg: consul 0.7.0-1 Modified: consul/trunk/PKGBUILD consul/trunk/consul.service ----------------+ PKGBUILD | 4 ++-- consul.service | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-16 02:21:57 UTC (rev 189363) +++ PKGBUILD 2016-09-16 02:28:58 UTC (rev 189364) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=consul -pkgver=0.6.4 +pkgver=0.7.0 pkgrel=1 pkgdesc="A tool for service discovery, monitoring and configuration." arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ source=("git+https://github.com/hashicorp/consul.git#tag=v$pkgver" consul.service) md5sums=('SKIP' - '19c804bf52bb2422907cd37b1de13e49') + 'dc6cbeefe9fa250d5961221f155cdf98') prepare() { cd consul Modified: consul.service =================================================================== --- consul.service 2016-09-16 02:21:57 UTC (rev 189363) +++ consul.service 2016-09-16 02:28:58 UTC (rev 189364) @@ -8,6 +8,7 @@ Restart=on-failure ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d ExecReload=/usr/bin/kill -HUP $MAINPID +KillSignal=SIGINT [Install] WantedBy=multi-user.target