starting server at boot

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: starting server at boot
Date: 2000-09-01 15:01:24
Message-ID: 015401c01425$7f2ee8a0$330a0a0a@Adam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is this the correct line to put into the rc.local file? The nohup is
running (because it generates a message on the consle saying it wrote to
/nohup.out... which is empty) but the service doesn't seem to start (I can't
connect).

nohup su -c 'postmaster -i -D /usr/local/pgsql/data > server.log 2>&1'
postgres &

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Lang 2000-09-01 17:02:12 install 7.0.2 host
Previous Message Adam Lang 2000-09-01 13:41:39 7.0.2 install