From: Bruce Momjian Date: Mon, 7 May 2001 15:55:27 +0000 (+0000) Subject: Solaris startup cleanup from Justin Clift X-Git-Tag: REL7_2_BETA1~1399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f83f740a1379e840ee969b88f39bb57faea4b143;p=postgresql Solaris startup cleanup from Justin Clift --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index f046f1f820..93806b055c 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -254,11 +254,14 @@ fi - On Solaris, edit the file - rc2.d to contain the following single line: + On Solaris, create a file called + /etc/init.d/postgresql to contain the following + single line: su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -l logfile -D /usr/local/pgsql/data" + Then, create a symlink to it in /etc/rc3.d as + S99postgresql.