forked from norman/fusionpbx-install.sh-github-mirror
Update postgres.sh
Add /bin/systemctl daemon-reload
This commit is contained in:
1
debian/resources/postgres.sh
vendored
1
debian/resources/postgres.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user