From: | "Jeremy Palmer" <palmerj(at)xtra(dot)co(dot)nz> |
---|---|
To: | "'Tomi NA'" <hefest(at)gmail(dot)com> |
Cc: | <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: init script for redhat |
Date: | 2006-06-01 10:49:50 |
Message-ID: | 20060601104953.OZFP9802.fep03.xtra.co.nz@creeping |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
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(at)gmail(dot)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(at)xtra(dot)co(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2006-06-01 11:35:07 | Re: Problems with pgagent Jobs |
Previous Message | Jeremy Palmer | 2006-06-01 10:39:19 | init script for redhat |