nsd-postgres.txt

Delivered as text/plain

[ hide source ] | [ make this the default ]

File Contents

#!/bin/bash

# aolserver4 recommends descriptors limit (FD_SETSIZE) to be set to 1024, 
# which is standard for most OS distributions
# For FreeBSD systems, uncomment following line:
# ulimit -n 1024

export PATH=$PATH:/usr/local/pgsql/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib:/usr/local/aolserver/lib

exec /usr/local/aolserver/bin/nsd $*