|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.63 2001/05/04 23:11:37 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.64 2001/05/07 15:55:27 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <Chapter Id="runtime"> |
|
254 | 254 |
|
255 | 255 | <listitem> |
256 | 256 | <para> |
257 | | - On <productname>Solaris</productname>, edit the file |
258 | | - <filename>rc2.d</filename> to contain the following single line: |
| 257 | + On <productname>Solaris</productname>, create a file called |
| 258 | + <filename>/etc/init.d/postgresql</filename> to contain the following |
| 259 | + single line: |
259 | 260 | <programlisting> |
260 | 261 | su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -l logfile -D /usr/local/pgsql/data" |
261 | 262 | </programlisting> |
| 263 | + Then, create a symlink to it in <filename>/etc/rc3.d</> as |
| 264 | + <literal>S99postgresql</>. |
262 | 265 | </para> |
263 | 266 | </listitem> |
264 | 267 | </itemizedlist> |
|