Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe30792dbf |
@@ -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