From a9fcc54528b01af67ebc5c2f1d40f3a5a2e9ae95 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Feb 05 2021 15:48:55 +0000 Subject: Using correct path to tmpfiles In order to avoid this error during installation: /usr/lib/tmpfiles.d/postgresql.conf:1: Line references path below legacy directory /var/run/, updating /var/run/postgresql → /run/postgresql; please update the tmpfiles.d/ drop-in file accordingly. --- diff --git a/postgresql.tmpfiles.d b/postgresql.tmpfiles.d index d8d960d..6c48e34 100644 --- a/postgresql.tmpfiles.d +++ b/postgresql.tmpfiles.d @@ -1 +1 @@ -d /var/run/postgresql 0755 postgres postgres - +d /run/postgresql 0755 postgres postgres -