how to enable postgresql at boot time by default?

John Schmitt cromworshipper-fedorastuff at yahoo.com
Wed Sep 21 18:27:41 UTC 2011


On Wed, Sep 21, 2011 at 08:47:51AM -0300, Leonardo wrote:
> Hello everyone,
> i followed the steps[1] to install and start postgresql but when i
> restart the machine i have to start the database daemon again.
> 
> How can i make db start at boot time by default?
> 
> Thanks in advance.
> 
> [1]http://docs.fedoraproject.org/en-US/Fedora/13/html/Managing_Confined_Services/chap-Managing_Confined_Services-PostgreSQL.html

I think what you want is:

$ chkconfig postgresql on

And then to see if it's running:

$ service postgresql status

John


More information about the users mailing list