东方通(TongWeb)定时自动重启任务
#首先执行 crontab -e 进入定时任务内
#然后将下面的任务复制粘贴进去,wq! 保存退出
#重启 crontab 任务即可
#每天早晨 5:00 停机
00 05 * * * cd /opt/TongWeb7.0/bin;./stopserver.sh
#每天早晨 5:04 启动
04 05 * * * cd /opt/TongWeb7.0/bin;./startservernohup.sh
#每天中午 13:00 停机
00 13 * * * cd /opt/TongWeb7.0/bin;./stopserver.sh
#每天中午 13:04 重启
04 13 * * * cd /opt/TongWeb7.0/bin;./startservernohup.sh

太高级了,简直简单的不要不要的!!!!!!!
又搞定了一个大事儿。
东方通(TongWeb)定时自动重启任务
https://wandana123.github.io/2024/05/08/东方通(TongWeb)定时自动重启任务/
You need to set
install_url to use ShareThis. Please set it in _config.yml.