如果该进程不存在,那么运行,并且将时间写入到日志中。
*/30 7-20 * * * log=/tmp/crawl.log;echo `date -R` >> $log; pgrep -laf crawl_index.py | grep -v /bin/sh > /dev/null || python3.6 /htdocs/crawl/crawl_index.py >> $log 2>&1