东方通(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

crontab格式说明

太高级了,简直简单的不要不要的!!!!!!!

又搞定了一个大事儿。

Author

wandan

Posted on

2024-05-08

Updated on

2024-05-17

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Comments

You forgot to set the shortname for Disqus. Please set it in _config.yml.
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.