Start postgres service RHEL6

This commit is contained in:
Adam Beames 2017-05-11 19:56:15 +10:00
parent 571d32dbe0
commit 59f7944d13

View File

@ -31,6 +31,10 @@ host all all ::1/128 md5
Then, start the service:
```no-highlight
CentOS/RHEL6
# service postgresql start
CentOS/RHEL7
# systemctl start postgresql
```