fix postgresl user

This commit is contained in:
Jeffrey C. Ollie 2023-08-10 15:35:49 -05:00
parent 6cf67346c4
commit 5e2ffb2573
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -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 =