Files
js_tool_clone/sample/crontab.list.sample
root e9d164c703 .
2021-07-05 01:09:48 -04:00

28 lines
954 B
Plaintext
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ENV_PATH=
# 更新所有脚本包括自用thirdpard脚本
22 * * * * JDRUN update >> ROOT_DIR/log/CMD_JD.log 2>&1
# 删除 RmLogDaysAgo 指定天数以前的旧日志,本行为不记录日志:
57 13 * * * JDRUN clean
# 导出所有互助码清单日志在log/helpcode下
48 * * * * JDRUN myhelp
# 重启挂机程序
# 33 13 * * * JDRUN hangup
# DIY任务区域
# 需自行将脚本放在scripts文件夹下
# 8 5 * * * thirdpard jd_live.js
# thirdpard任务区域
# 定时区域thirdpard开始误删
# 定时区域thirdpard结束误删
# jd任务区域运行jd_scripts脚本仅列出长期任务作初始化用AutoAddCron=true时将自动添加短期任务。
# 请保留任务名称中的前缀"jd_",去掉后缀".js",如果有些任务你不想运行,注释掉就好了,不要删除。
# 非lxk0301/jd_scripts仓库中的脚本请使用jd命令不要使用jd命令。请在最后保留一个空行。