diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-07 15:55:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-07 15:55:27 +0000 |
commit | f83f740a1379e840ee969b88f39bb57faea4b143 (patch) | |
tree | d1c32cb97d33c3794b3d21c54847b13c638e732e /doc/src | |
parent | f905d65ee35b3f84b6d4433a5198af0e2e7bd090 (diff) | |
download | postgresql-f83f740a1379e840ee969b88f39bb57faea4b143.tar.gz postgresql-f83f740a1379e840ee969b88f39bb57faea4b143.zip |
Solaris startup cleanup from Justin Clift
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index f046f1f820d..93806b055c0 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.63 2001/05/04 23:11:37 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.64 2001/05/07 15:55:27 momjian Exp $ --> <Chapter Id="runtime"> @@ -254,11 +254,14 @@ fi <listitem> <para> - On <productname>Solaris</productname>, edit the file - <filename>rc2.d</filename> to contain the following single line: + On <productname>Solaris</productname>, create a file called + <filename>/etc/init.d/postgresql</filename> to contain the following + single line: <programlisting> su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -l logfile -D /usr/local/pgsql/data" </programlisting> + Then, create a symlink to it in <filename>/etc/rc3.d</> as + <literal>S99postgresql</>. </para> </listitem> </itemizedlist> |