fix: create sock directory if not existing

This commit is contained in:
2026-02-23 00:05:14 +01:00
parent ac5a23350d
commit 0f70bc618a

View File

@@ -22,6 +22,9 @@ Install the database management system called postgresql with a predefined confi
%make_install
%post
# Create sock directory if not existing
mkdir --parents "%{_rundir}/postgresql"
# Restart services
systemctl daemon-reload
systemctl reenable postgresql.service