From 0f98b4201382e38460f32dbbd4e474be04622d16 Mon Sep 17 00:00:00 2001 From: ascrutae Date: Fri, 27 May 2016 14:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9crontab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD_DOC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD_DOC.md b/BUILD_DOC.md index cb55cd32d..976faf010 100644 --- a/BUILD_DOC.md +++ b/BUILD_DOC.md @@ -189,9 +189,10 @@ $mvn package -Dmaven.test.skip=true ``` - 创建crontab并运行脚本. Create crontab and run the command. +Crontab表达式见[更多](http://tool.lu/crontab/).Crontab express:[more](http://tool.lu/crontab/) ``` > crontab -e -# 此处为每20分钟执行start-analysis.sh脚本,Crontab表达式见[更多](http://tool.lu/crontab/). Executed start-analysis script every 20 minutes,Crontab express:[more](http://tool.lu/crontab/) +# 此处为每20分钟执行start-analysis.sh脚本. Executed start-analysis script every 20 minutes. */20 * * * * start-analysis.sh ```