Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nc6Ez-0001XC-9b for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 06 Apr 2022 14:02:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nc6Ey-0003l3-73 for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 06 Apr 2022 14:02:32 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nc6Ey-0003kn-0m for pgsql-pkg-debian@lists.postgresql.org; Wed, 06 Apr 2022 14:02:32 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nc6Er-0006MX-Ih for pgsql-pkg-debian@lists.postgresql.org; Wed, 06 Apr 2022 14:02:31 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4KYR6737rFz3F3t; Wed, 6 Apr 2022 16:02:23 +0200 (CEST) Date: Wed, 6 Apr 2022 16:02:22 +0200 From: Christoph Berg To: Peter Eisentraut Cc: PostgreSQL on Debian and Ubuntu Subject: Re: pgbouncer updated to version 1.17.0-1.pgdg+1 Message-ID: References: <2b30af77-24cd-2c90-77bd-1a8ebc964cd0@enterprisedb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2b30af77-24cd-2c90-77bd-1a8ebc964cd0@enterprisedb.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Peter Eisentraut > > I was looking for a service file shipped with pgbouncer but couldn't > > find any. Where is it, was I blind? > > https://github.com/pgbouncer/pgbouncer/blob/master/etc/pgbouncer.service Oh, of course, thanks!. Turns out I forgot to run git pull in the upstream checkout. But the files are still missing in the release tarball as they aren't mentioned in Makefile dist_doc_DATA. Christoph