projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f905d65
)
Solaris startup cleanup from Justin Clift
author
Bruce Momjian
Mon, 7 May 2001 15:55:27 +0000
(15:55 +0000)
committer
Bruce Momjian
Mon, 7 May 2001 15:55:27 +0000
(15:55 +0000)
doc/src/sgml/runtime.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/runtime.sgml
b/doc/src/sgml/runtime.sgml
index f046f1f820df85d8cb3911ece721e42451e0d1ed..93806b055c049891fb7461accaf3e4f232443052 100644
(file)
--- 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>.