Monday, October 20, 2008

Enabling PostgreSQL on Linux System Startup

#chkconfig --list to list all services

To enable PostgreSQL at startup
#chkconfig --all postgresql
#chkconfig postgresql on --level 2
#chkconfig postgresql on --level 3
#chkconfig postgresql on --level 5

No comments: