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 1kGfAR-0005Ek-5e for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 11 Sep 2020 09:16: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 1kGfAP-0006d0-8l for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 11 Sep 2020 09:16:25 +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 1kGfAP-0006ct-3z for pgsql-pkg-yum@lists.postgresql.org; Fri, 11 Sep 2020 09:16:25 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kGfAM-0001JP-Rw for pgsql-pkg-yum@postgresql.org; Fri, 11 Sep 2020 09:16:24 +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 RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4Bnqr26Kxkz3DxB for ; Fri, 11 Sep 2020 11:16:18 +0200 (CEST) Date: Fri, 11 Sep 2020 11:16:18 +0200 From: Christoph Berg To: PGDG RPM Packages Subject: WorkingDirectory=~ on CentOS 7 Message-ID: <20200911091618.GA1125111@msg.df7cb.de> Mail-Followup-To: Christoph Berg , PGDG RPM Packages MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi, the patroni.service file shipped in CentOS 7 has this setting: WorkingDirectory=~ "~" isn't supported on CentOS 7's systemd version. Christoph