Index: openacs-4/etc/daemontools/run =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/daemontools/run,v diff -u -N -r1.6 -r1.7 --- openacs-4/etc/daemontools/run 26 Apr 2004 16:18:16 -0000 1.6 +++ openacs-4/etc/daemontools/run 24 Jul 2004 08:34:02 -0000 1.7 @@ -1,9 +1,10 @@ #!/bin/sh +# give time for Postgres to come up # see http://openacs.org/forums/message-view?message_id=176100 sleep 4 exec /usr/local/aolserver/bin/nsd-postgres -it /var/lib/aolserver/service0/etc/config.tcl -u service0 -g web # For AOLserver 4 using privileged ports (usually < 1024), add the flag -# -b youraddress:yourport +# -b youraddress:yourport to the nsd command