From 3c38c700e24defcee32514ef8df5d9e0d6e6aa1d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 20 Oct 2004 17:22:14 +0000 Subject: Small adjustments to fix bugs 136300, 136301, 128852. --- postgresql.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql.init') diff --git a/postgresql.init b/postgresql.init index 70f9097..dab3cf7 100644 --- a/postgresql.init +++ b/postgresql.init @@ -2,7 +2,7 @@ # postgresql This is the init script for starting up the PostgreSQL # server # -# chkconfig: - 75 25 +# chkconfig: - 64 36 # description: Starts and stops the PostgreSQL backend daemon that handles \ # all database requests. # processname: postmaster -- cgit