Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA06881; Fri, 4 Sep 92 08:05:14 -0700
From: Dan Ehrlich <ehrlich@cs.psu.edu>
Subject: Re: Postmaster
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Precedence: special-delivery
X-Work-Address: Department of Computer Science, 333 Whitmore Laboratory
		The Pennsylvania State University, University Park, PA 16802
X-Work-Phone: +1 814 863 1142 (Voice) +1 814 865 3176 (FAX)
In-Reply-To: Your message of Fri, 04 Sep 92 10:11:49 EDT.
             <9209041411.AA06516@postgres.Berkeley.EDU> 
Date: 	Fri, 4 Sep 1992 11:05:23 -0400
From: Dan Ehrlich <ehrlich@cs.psu.edu>
Message-Id: <92Sep4.110530edt.36967@colossus.cs.psu.edu>

>We're trying to put something in the boot file to run postmaster
>whenever our machine boots (in the etc/rc.local file), but
>it doesn't work.  It looks like the statement gets executed
>but it doesn't hang around, and there are no diagnostics.  
>
>Does anyone have any ideas on how to do this?  Must there
>be some things "up and running" that we don't have when we
>try to run postmaster?
>
>Thanks.
>	Gintas    mephdgh@prism.gatech.edu

Here is what I use.  Work just great.

	echo -n ' postgres'
	su - postgres -c /usr/postgres/bin/postmaster &

-- Dan Ehrlich
