# su - postgres
Then type
$ pg_ctl init
---------------------------------
After execute above command try to start the server as normal way :
systemctl start postgresql.service or /etc/init.d/postgresql start
If you want to start the server from start-up please type as following in your terminal:
chkconfig postgresql on