openvidu-deployment: AWS - ha: Remove redundant crond.service enable and start commands from deployment script
This commit is contained in:
parent
352fa03b0a
commit
72cad07118
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user