gustafn
committed
on 24 Apr 22
improve spelling
openacs-4/.../files/nsd-postgres.txt (+1 -1)
1 1 #!/bin/bash
2 2
3 3 # aolserver4 recommends descriptors limit (FD_SETSIZE) to be set to 1024,
4 4 # which is standard for most OS distributions
5   # For freebsd systems, uncomment following line:
  5 # For FreeBSD systems, uncomment following line:
6 6 # ulimit -n 1024
7 7
8 8 export PATH=$PATH:/usr/local/pgsql/bin
9 9 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib:/usr/local/aolserver/lib
10 10
11 11 exec /usr/local/aolserver/bin/nsd $*