fix: create sock directory if not existing
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user