Postgres Autostart Linux

init.d

Look in /etc/rc.d/init.d for your postgres script. Here is is'postgresql'

chkconfig

See if it is configured already.

/sbin/chkconfig --list

Add using chkconfig

/sbin/chkconfig --add --level 345 postgresql