Thread: Re: Postmaster Question ?

Re: Postmaster Question ?

From
missive@frontiernet.net (Lee Harr)
Date:
On Fri, 10 Aug 2001 18:49:01 +0100, adrian <thebeeskness@kk> wrote:
> How do you get the postmaster running automatically in the background ? like
> httpd for eg:

That's going to depend a bit on which operating system you run.

How do you start apache?

If it is a shell script, ie
/usr/local/etc/rc.d/apache.sh
take a look at that script with an eye for replacing
apachectl
with
pg_ctl

Otherwise, give us the details of your system, and someone might
be willing to post their script.