Re: PGSQL on shared hosting
Martijn van Oosterhout <kleptog@svana.org>
From: Martijn van Oosterhout <kleptog@svana.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Holger Klawitter <lists@klawitter.de>, pgsql-general@postgresql.org
Date: 2003-11-21T23:20:38Z
Lists: pgsql-general
On Fri, Nov 21, 2003 at 10:16:56AM -0500, Tom Lane wrote: > Correct. AFAIK, you have to be root to set up any init-script action. > > You can easily build, install, and run PG in a personal directory > (I do that all the time for testing purposes) but you couldn't really > use it as a full-time server because it'd need to be manually restarted > after any system reboot. For the record, at least linux cron has an @reboot tag, defined as: @reboot Run once, at startup. Which should be what you want for an init script. -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > "All that is needed for the forces of evil to triumph is for enough good > men to do nothing." - Edmond Burke > "The penalty good people pay for not being interested in politics is to be > governed by people worse than themselves." - Plato