tags 902875 +patch
thanks

According to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902413#12,
all that's needed is to change `/var/run/` to `/run/` in
/usr/lib/tmpfiles.d/postgresql.conf.

I've attached a patch.

Francois

-- 
https://fmarier.org/
diff --git a/debian/postgresql-common.postgresql.tmpfile b/debian/postgresql-common.postgresql.tmpfile
index fba0fc9..7974636 100644
--- a/debian/postgresql-common.postgresql.tmpfile
+++ b/debian/postgresql-common.postgresql.tmpfile
@@ -1,4 +1,4 @@
 # Directory for PostgreSQL sockets, lockfiles and stats tempfiles
-d /var/run/postgresql 2775 postgres postgres - -
+d /run/postgresql 2775 postgres postgres - -
 # Log directory
 d /var/log/postgresql 1775 root postgres - -

Reply via email to