Ops sorry. It's a system script to run the pgagent program (which runs
scheduled pgadmin3 jobs) as a daemon. Place it in the /etc/init.d directory,
and install it i.e. "chkconfig --levels 345 pgagent on". Then the pgagent
should startup for the given boot levels.
Cheers
Jeremy
> -----Original Message-----
> From: Tomi NA [mailto:hefest@gmail.com]
> Sent: Thursday, 1 June 2006 10:43 p.m.
> To: Jeremy Palmer
> Subject: Re: [pgadmin-support] init script for redhat
>
> On 6/1/06, Jeremy Palmer <palmerj@xtra.co.nz> wrote:
> > Hi,
> >
> > I've hacked together a quick init script for pgagent. It might be useful
> for
> > others use.
> >
> > It is hard coded to connect to the "pgadmin" database as the "postgres"
> > user. If others find this useful and have any suggested improvements,
> then
> > maybe we should fix it up and make it part of the Redhat/Fedora dist?
>
> What exactly does the script do?
>
> t.n.a.