mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
add workflow for centos 8
This commit is contained in:
@@ -75,9 +75,9 @@ fi #DOCS:
|
||||
# Restart the postgresql service after updating this config file.
|
||||
|
||||
if [ "x$NOSYSTEMD" == "xyes" ]; then #DOCS:
|
||||
sudo pg_ctlcluster 12 main start
|
||||
sudo pg_ctlcluster 12 main start #DOCS:
|
||||
else #DOCS:
|
||||
sudo systemctl restart postgresql #DOCS:
|
||||
sudo systemctl restart postgresql
|
||||
fi #DOCS:
|
||||
#
|
||||
# Finally, we need to add two postgres users: one for the user that does
|
||||
|
||||
Reference in New Issue
Block a user