mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: AWS - ha: Remove redundant crond.service enable and start commands from deployment script
parent
352fa03b0a
commit
72cad07118
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue