Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf83f740

Browse files
committed
Solaris startup cleanup from Justin Clift
1 parentf905d65 commitf83f740

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<Chapter Id="runtime">
@@ -254,11 +254,14 @@ fi
254254

255255
<listitem>
256256
<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:
259260
<programlisting>
260261
su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -l logfile -D /usr/local/pgsql/data"
261262
</programlisting>
263+
Then, create a symlink to it in <filename>/etc/rc3.d</> as
264+
<literal>S99postgresql</>.
262265
</para>
263266
</listitem>
264267
</itemizedlist>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp