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 1kIBAB-0007YM-AJ for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 15 Sep 2020 13:38:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kIBAA-0003d3-AU for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 15 Sep 2020 13:38:26 +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 1kIBAA-0003cw-5o for pgsql-pkg-yum@lists.postgresql.org; Tue, 15 Sep 2020 13:38:26 +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 1kIBA4-0001Ui-2Q for pgsql-pkg-yum@postgresql.org; Tue, 15 Sep 2020 13:38:25 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1471:c340:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4BrPST1tj6z3Dwf; Tue, 15 Sep 2020 15:38:17 +0200 (CEST) Date: Tue, 15 Sep 2020 15:38:16 +0200 From: Christoph Berg To: Devrim =?iso-8859-1?B?R/xuZPx6?= Cc: PGDG RPM Packages Subject: Re: WorkingDirectory=~ on CentOS 7 Message-ID: <20200915133816.GA9117@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Devrim =?iso-8859-1?B?R/xuZPx6?= , PGDG RPM Packages References: <20200911091618.GA1125111@msg.df7cb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Devrim Gündüz > > the patroni.service file shipped in CentOS 7 has this setting: > > > > WorkingDirectory=~ > > > > "~" isn't supported on CentOS 7's systemd version. > > I think we can remove this per docs, no? The default for system services is /. I think patroni shouldn't care, but I didn't check. Christoph