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 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines