diff --git a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml index 26592d97b..d6099f7f1 100644 --- a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml +++ b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml @@ -1942,8 +1942,6 @@ Resources: /usr/local/bin/after_install.sh || { echo "[OpenVidu] error updating shared secret"; exit 1; } # Launch on reboot - systemctl enable crond.service - systemctl start crond.service echo "@reboot /usr/local/bin/restart.sh &> /var/log/openvidu-restart.log" | crontab @@ -1997,8 +1995,6 @@ Resources: /usr/local/bin/after_install.sh || { echo "[OpenVidu] error updating shared secret"; exit 1; } # Launch on reboot - systemctl enable crond.service - systemctl start crond.service echo "@reboot /usr/local/bin/restart.sh &> /var/log/openvidu-restart.log" | crontab MasterNodesWaitCondition4: