[arch-commits] Commit in consul/trunk (PKGBUILD consul.service)

Thore Bödecker foxxx0 at archlinux.org
Tue Jan 16 11:49:50 UTC 2018


    Date: Tuesday, January 16, 2018 @ 11:49:49
  Author: foxxx0
Revision: 283235

upgpkg: consul 1.0.2-2

gracefully terminate agent (FS#50259)

Modified:
  consul/trunk/PKGBUILD
  consul/trunk/consul.service

----------------+
 PKGBUILD       |    4 ++--
 consul.service |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 11:29:26 UTC (rev 283234)
+++ PKGBUILD	2018-01-16 11:49:49 UTC (rev 283235)
@@ -4,7 +4,7 @@
 
 pkgname=consul
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('x86_64')
 _gocli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b' # HEAD
@@ -22,7 +22,7 @@
 install=consul.install
 sha512sums=('6544a0bfcaa1ad0982db5694c34ec2587e8f669c39ec1bd5310478dc9aed7e4a0926bded2b9890b897db5c3e834c63811ba389ab105314c555b7cb181810f318'
             'SKIP'
-            'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
+            'c674279ee4506797f873e2be09231cd5d8f01c726ba8475820b3ebbf25eb061f3664e896b282c74f7a3ea1d8fe8bb4c10425a67e1df495e46bcc3225d422cb84'
             'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
             'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
             'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'

Modified: consul.service
===================================================================
--- consul.service	2018-01-16 11:29:26 UTC (rev 283234)
+++ consul.service	2018-01-16 11:49:49 UTC (rev 283235)
@@ -9,6 +9,7 @@
 EnvironmentFile=-/etc/default/consul
 Restart=on-failure
 ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d
+ExecStop=/usr/bin/kill -INT $MAINPID
 ExecReload=/usr/bin/kill -HUP $MAINPID
 KillSignal=SIGINT
 



More information about the arch-commits mailing list