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.
This commit is contained in:
Honza Horak 2021-02-05 16:48:52 +01:00
parent 08867eaa8f
commit a9fcc54528
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
d /var/run/postgresql 0755 postgres postgres -
d /run/postgresql 0755 postgres postgres -