deployment: Stop before start openvidu to run everything correctly after machine reboot

pull/658/head
cruizba 2021-10-25 16:32:34 +02:00
parent 8fb6dfe2f3
commit 1400355aaf
1 changed files with 1 additions and 0 deletions

View File

@ -622,6 +622,7 @@ Resources:
# Restart all services # Restart all services
pushd /opt/openvidu pushd /opt/openvidu
export FOLLOW_OPENVIDU_LOGS=false export FOLLOW_OPENVIDU_LOGS=false
./openvidu stop
./openvidu start ./openvidu start
popd popd
mode: "000755" mode: "000755"