BugFix-make relative paths work (#19)

remove path on systemctl as it should rely on path as it could be in
/sbib/ on some systems
This commit is contained in:
Mafoo
2016-06-11 15:50:10 +01:00
committed by FusionPBX
parent 29a4baf2f4
commit bded377c9a
2 changed files with 11 additions and 8 deletions

View File

@@ -19,8 +19,8 @@ apt-get install -y --force-yes sudo postgresql
#apt-get install -y --force-yes sudo postgresql-bdr-9.4 postgresql-bdr-9.4-bdr-plugin postgresql-bdr-contrib-9.4
#systemd
/bin/systemctl daemon-reload
/bin/systemctl restart postgresql
systemctl daemon-reload
systemctl restart postgresql
#init.d
#/usr/sbin/service postgresql restart