Change directory to /etc/init.d for this run the below command :
> cd /etc/init.d
For starting the postgres service :
> service postgresql start
For stopping the postgres service :
> service postgresql stop
For restarting the postgres service :
> service postgresql restart
> cd /etc/init.d
For starting the postgres service :
> service postgresql start
For stopping the postgres service :
> service postgresql stop
For restarting the postgres service :
> service postgresql restart
Comments
Post a Comment
.