Re: PostgreSQL booting automaticaly - Mailing list pgsql-novice

From Eric S. Johansson
Subject Re: PostgreSQL booting automaticaly
Date
Msg-id 4003F217.5040808@harvee.org
Whole thread Raw
In response to PostgreSQL booting automaticaly  ("Frederic Logghe" <fredericlogghe@hotmail.com>)
List pgsql-novice
Frederic Logghe wrote:

> Hello
>
>
> I'm using Red Hat 9 in text mode (X-Windows would have a negative
> influence on performance). How could I make sure that PostgreSQL starts
> automaticaly? Now I have to load the server manualy.
>
> I do not have a lot of experience with Linux, just the basic skills.
>
this is on Red Hat 8 but I believe it is the same on Red Hat 9.

verify that the rc.mumble system know about postgresql.  you should try
and get something like:

[root@harvee camram_core]# chkconfig --list | grep post
postgresql      0:off 1:off   2:off     3:off   4:off   5:off   6:off

to turn it on for startup at boot up:

chkconfig postgresql on

should suffice

---eric

--
Speech recognition in use.  Incorrect endings, words, and case is
closer than it appears


pgsql-novice by date:

Previous
From: Aarni Ruuhimäki
Date:
Subject: Re: PostgreSQL booting automaticaly
Next
From: Marcel Wolf
Date:
Subject: creating databases