Update postgres.sh

Add /bin/systemctl daemon-reload
This commit is contained in:
FusionPBX 2016-05-22 08:56:07 -06:00
parent 08689f192f
commit 93ca7a50f8
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ echo "Install PostgreSQL and create the database and users\n"
apt-get install -y --force-yes sudo postgresql
#systemd
/bin/systemctl daemon-reload
/bin/systemctl restart postgresql
#init.d