starting at boot up

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: starting at boot up
Date: 2000-09-14 20:17:05
Message-ID: 021e01c01e88$c3383480$330a0a0a@Adam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Also... how difficult would it be to start postgres in the rc3.d directory?

Would a file like this work? (not writing actual code since I don't know the
syntax):

Case $i
start)
su -l postgres -c "/usr/local/pgsql/bin/postmaster -D
/usr/local/pgsql/data -i /usr/local/pgsql/postgres.log 2>&1 &"
stop)
????
restart)
????
end case

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company

Browse pgsql-general by date

  From Date Subject
Next Message Alfred Perlstein 2000-09-14 20:25:20 Re: Starting postmaster at boot
Previous Message Adam Lang 2000-09-14 20:13:52 Re: Starting postmaster at boot