diff --git a/pgbouncer.service b/pgbouncer.service index 0043137..29ae39b 100644 --- a/pgbouncer.service +++ b/pgbouncer.service @@ -5,6 +5,7 @@ After=syslog.target network.target [Service] RemainAfterExit=yes +Type=notify User=pgbouncer Group=pgbouncer diff --git a/pgbouncer.spec b/pgbouncer.spec index 568cd3d..e2c6dac 100644 --- a/pgbouncer.spec +++ b/pgbouncer.spec @@ -6,7 +6,7 @@ Name: pgbouncer Version: 1.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight connection pooler for PostgreSQL License: MIT and BSD @@ -175,6 +175,9 @@ fi %endif %changelog +* Thu Jul 02 2020 Simone Caronni - 1.13.0-2 +- Enable notify in systemd unit. + * Fri May 29 2020 Fabian Affolter - 1.13.0-1 - Update to new upstream version 1.13.0