Re: [GENERAL] starting the server at boot

2003-11-10 Thread Shridhar Daithankar
On Monday 10 November 2003 15:02, javier garcia - CEBAS wrote: > Hello; > > If I add the line: > --- > su -c 'pg_ctl start -D /usr/local/pgsql/data/ -l > /usr/local/pgsql/data/logfile' postgres > --- > to /etc/rc.d/rd.local. > Is there a way this could work when I d

[GENERAL] starting the server at boot

2003-11-10 Thread javier garcia - CEBAS
Hello; If I add the line: --- su -c 'pg_ctl start -D /usr/local/pgsql/data/ -l /usr/local/pgsql/data/logfile' postgres --- to /etc/rc.d/rd.local. Is there a way this could work when I don't boot as root, but as a common user? (I should be able to automatically p