From 2683fe5b71114272c2405fe95a99316989badb70 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 4 Jan 2016 21:07:33 +0000 Subject: Specify BindsTo=pgbouncer.service as this is stronger than Requires --- prometheus-pgbouncer-exporter.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-pgbouncer-exporter.service b/prometheus-pgbouncer-exporter.service index e6269af..39bdc5f 100644 --- a/prometheus-pgbouncer-exporter.service +++ b/prometheus-pgbouncer-exporter.service @@ -1,6 +1,6 @@ [Unit] Description=Expose data from pgbouncer for collection by Prometheus -Requires=pgbouncer.service +BindsTo=pgbouncer.service After=pgbouncer.service [Service] -- cgit v1.2.3