Change systemctl to service command.

This commit is contained in:
FusionPBX 2017-08-02 11:42:53 -06:00 committed by GitHub
parent c5635e86fa
commit 6ccb239886
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ done
systemctl daemon-reload
#restart postgres
systemctl restart postgresql
service postgresql restart
#set the working directory
cwd=$(pwd)