Re: how to start postmaster at system boot on linux?

From: "Peter L(dot) Berghold" <peter(at)berghold(dot)net>
To: pgsql-questions(at)postgreSQL(dot)org
Subject: Re: how to start postmaster at system boot on linux?
Date: 1999-03-18 21:41:57
Message-ID: FqeI2.4947$1P.1823@news.rdc1.nj.home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Bernhard Krick wrote in message ...
>how to start postmaster at system boot on linux?
>
>please can anyone tell me which files i have to change step by step.
>

Create an entry in your /etc/rc3.d directory consisting of a symbolic
link to a startup script that you create for this purpose. Mine just
consists of a line

/bin/su postgres -c "/usr/local/pgsql/bin/postmaster -S -i -D
/local/db0"

that simple...

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan A. Zdziarski 1999-03-18 21:57:24 Database access permissions
Previous Message Jonathan A. Zdziarski 1999-03-18 20:57:22 Macintosh Drivers