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