Linux crontab 定时任务配置解析
这是一个Linux系统中的cron定时任务配置文件,包含了4个定时任务:
- 在每天0时25分,运行'/root/clear_ipom_python_log.sh'脚本;
- 在每天1时25分,运行'/root/ipom_focus/ipom_python/stopChrome.sh'脚本;
- 每隔1小时,运行'/root/ipom_focus/ipom_python/briefing/brief.sh'脚本;
- 在系统启动时,运行'/root/ipom_focus/ipom_python/ipom.py'脚本,并传递参数'start'和'-a'。
原文地址: https://www.cveoy.top/t/topic/oJrW 著作权归作者所有。请勿转载和采集!