fix postgresql dir
This commit is contained in:
parent
5e2ffb2573
commit
e7ac68bf73
1 changed files with 2 additions and 2 deletions
|
@ -428,8 +428,8 @@
|
|||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/posgresql 0750 postgres postgres -"
|
||||
"d /var/lib/posgresql/15 0700 postgres postgres -"
|
||||
"d /var/lib/postgresql 0750 postgres postgres -"
|
||||
"d /var/lib/postgresql/15 0700 postgres postgres -"
|
||||
];
|
||||
|
||||
systemd.services.postgresql =
|
||||
|
|
Loading…
Reference in a new issue