diff options
-rw-r--r-- | prometheus-pgbouncer-exporter.service | 2 |
1 files changed, 1 insertions, 1 deletions
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] |