From 72cad07118403a1900762e0b7a63fcc2cf617e8f Mon Sep 17 00:00:00 2001 From: cruizba Date: Mon, 1 Dec 2025 21:01:11 +0100 Subject: [PATCH] openvidu-deployment: AWS - ha: Remove redundant crond.service enable and start commands from deployment script --- openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml | 4 ---- 1 file changed, 4 deletions(-) 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: