fix: chown sock directory
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:
@@ -23,7 +23,8 @@ Install the database management system called postgresql with a predefined confi
|
||||
|
||||
%post
|
||||
# Create sock directory if not existing
|
||||
mkdir --parents "%{_rundir}/postgresql"
|
||||
mkdir --parents --mode 755 "%{_rundir}/postgresql"
|
||||
chown postgres:postgres "%{_rundir}/postgresql"
|
||||
|
||||
# Restart services
|
||||
systemctl daemon-reload
|
||||
|
||||
Reference in New Issue
Block a user