fix: chown sock directory

This commit is contained in:
2026-02-23 00:16:05 +01:00
parent 0483f61904
commit f597615a96

View File

@@ -23,7 +23,8 @@ Install the database management system called postgresql with a predefined confi
%post %post
# Create sock directory if not existing # Create sock directory if not existing
mkdir --parents "%{_rundir}/postgresql" mkdir --parents --mode 755 "%{_rundir}/postgresql"
chown postgres:postgres "%{_rundir}/postgresql"
# Restart services # Restart services
systemctl daemon-reload systemctl daemon-reload