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 1nc0NC-0000Kr-NG for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 06 Apr 2022 07:46:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nc0NB-0004BC-JR for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 06 Apr 2022 07:46:37 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nc0NB-0004B3-D3 for pgsql-pkg-debian@lists.postgresql.org; Wed, 06 Apr 2022 07:46:37 +0000 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nc0N8-0000v8-Gf for pgsql-pkg-debian@lists.postgresql.org; Wed, 06 Apr 2022 07:46:36 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 70612320092B; Wed, 6 Apr 2022 03:46:33 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 06 Apr 2022 03:46:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=anZkPwHAmGUfapGDnkWq16ST3bYwOZo3yrigvdQaR Yc=; b=PxqD0Nh6gD6A/FnXioBQbQNL98SPYyt09fOPGxEtIzPUrvq87gJXqw9wt PixLARAntUOEynb9mg9/jVo2/G7+ROc+idYVgH4p9Q3Rm77pCm9FbBCSAn8doNIx lpl/rolw48yAaRfUZcpOCDLPIZxixWVkdiHIU4gMvb93IbL1vmA5iBs64xEONXdl BkFdJUx/4rrTS+o2iaM1T+c0WedCy2I8CFdfDr1+yPokYp9kfb7BQZ1lzq0BQO9s zluP2mtsk0/+QUFLnYKdw6PWHz+skSfasYRQHoajxzTG08CVz/ZCOUDhvccB5KoY b8imYq7Ov3hktqf1XXYP/wZ2NjMLA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudejhedguddvudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeffvefgueduueelieeu feejvdfhffettddtudegvdeuuedtuddvhedvheffudejhfenucffohhmrghinhepphhosh htghhrvghsqhhlrdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehm rghilhhfrhhomhepphgvthgvrhdrvghishgvnhhtrhgruhhtsegvnhhtvghrphhrihhsvg gusgdrtghomh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 6 Apr 2022 03:46:31 -0400 (EDT) Message-ID: Date: Wed, 6 Apr 2022 09:46:31 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: pgbouncer updated to version 1.17.0-1.pgdg+1 Content-Language: en-US To: Christoph Berg References: From: Peter Eisentraut Cc: PostgreSQL on Debian and Ubuntu In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 04.04.22 14:06, apt.postgresql.org Repository Update wrote: > pgbouncer (1.17.0-1) unstable; urgency=medium > > * New upstream version. > * Add pgbouncer.service and enable systemd notify integration. > * Remove obsolete README.Debian file. (Closes: #985845) > > -- Christoph Berg Mon, 04 Apr 2022 12:39:55 +0200 The example pgbouncer.service included in pgbouncer contains the line After=network.target Is this still best practice? Might be good to keep this consistent.