Merge "fix postgres service name"

This commit is contained in:
Jenkins
2016-02-24 19:54:36 +00:00
committed by Gerrit Code Review

View File

@@ -102,7 +102,7 @@ EOF
elif is_fedora || is_suse; then
install_package postgresql-server
if is_fedora; then
sudo systemctl enable postgresql-server
sudo systemctl enable postgresql
fi
else
exit_distro_not_supported "postgresql installation"