11 lines
454 B
Plaintext
11 lines
454 B
Plaintext
DC更新步骤:
|
||
1.更新DC的脚本restart.sh 和 datacontroller.sh
|
||
2.更新DC的zip包:bin(DataController.exe 和 DCConfig.exe)、lib
|
||
3.新建crontab定时任务(每隔2天,在晚上23:59分重启DC)
|
||
任务内容为:59 23 */2 * * /home/nms/datacontroller/shell/restart.sh
|
||
相关命令:
|
||
编辑定时任务:crontab -e
|
||
查看定时任务:crontab -l
|
||
|
||
|
||
|