Riaan van den Dool 2016-02-23 17:27:56 +02:00
rodzic 28bd9422fd
commit 31f3a141d1
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -131,4 +131,5 @@ su - postgres -c "psql -l"
PID=`cat /var/run/postgresql/9.4-main.pid`
kill -9 ${PID}
echo "Postgres initialisation process completed .... restarting in foreground"
exec su - postgres -c "$POSTGRES -D $DATADIR -c config_file=$CONF"
SETVARS="POSTGIS_ENABLE_OUTDB_RASTERS=1 POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL"
su - postgres -c "$SETVARS $POSTGRES -D $DATADIR -c config_file=$CONF"