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 1oGTBY-0002D1-Js for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 26 Jul 2022 22:37:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oGTBX-0008KO-Hg for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 26 Jul 2022 22:37:51 +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 1oGTBX-0008JY-BX for pgsql-pkg-debian@lists.postgresql.org; Tue, 26 Jul 2022 22:37:51 +0000 Received: from mail.thelabyrinth.net ([45.56.70.56]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oGTBQ-0003Gh-Il for pgsql-pkg-debian@postgresql.org; Tue, 26 Jul 2022 22:37:50 +0000 Received: from [172.20.20.20] (c-24-126-11-140.hsd1.wv.comcast.net [24.126.11.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dsteele) by mail.thelabyrinth.net (Postfix) with ESMTPSA id EE4C354668; Tue, 26 Jul 2022 22:37:41 +0000 (UTC) Message-ID: <1abde069-c44a-48c8-017e-6ad72f9cc7cf@pgmasters.net> Date: Tue, 26 Jul 2022 18:37:40 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: Fix for pgbackrest systemd service file Content-Language: en-US To: Don Seiler , pgsql-pkg-debian@postgresql.org References: From: David Steele In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 7/26/22 13:21, Don Seiler wrote: > > I was talking with David Steele and pointed out errors I saw in the > pgbackrest service file when doing some early TLS file. It looks like > the errors stem from line 15 where the kill command doesn't have the > absolute path, and should be /bin/kill. I confirmed the errors go away > when I specify the full path to the kill binary. > > I've given David this info and he is updating their documentation to > reflect the change also. Done here https://github.com/pgbackrest/pgbackrest/commit/e9ff5248039eedb25da2fee550ec64fcebbc51c7 and updated the online documentation. Thanks! -David