openvidu-deployment: AWS - ha: Remove redundant crond.service enable and start commands from deployment script

pull/856/head
cruizba 2025-12-01 21:01:11 +01:00
parent 352fa03b0a
commit 72cad07118
1 changed files with 0 additions and 4 deletions

View File

@ -1942,8 +1942,6 @@ Resources:
/usr/local/bin/after_install.sh || { echo "[OpenVidu] error updating shared secret"; exit 1; } /usr/local/bin/after_install.sh || { echo "[OpenVidu] error updating shared secret"; exit 1; }
# Launch on reboot # Launch on reboot
systemctl enable crond.service
systemctl start crond.service
echo "@reboot /usr/local/bin/restart.sh &> /var/log/openvidu-restart.log" | crontab 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; } /usr/local/bin/after_install.sh || { echo "[OpenVidu] error updating shared secret"; exit 1; }
# Launch on reboot # Launch on reboot
systemctl enable crond.service
systemctl start crond.service
echo "@reboot /usr/local/bin/restart.sh &> /var/log/openvidu-restart.log" | crontab echo "@reboot /usr/local/bin/restart.sh &> /var/log/openvidu-restart.log" | crontab
MasterNodesWaitCondition4: MasterNodesWaitCondition4: