lot_manager/conf/example/cron_for_32G.conf

6 lines
235 B
Plaintext
Raw Permalink Normal View History

2023-12-11 18:06:07 +08:00
# 每天00分执行
0 0 * * * /usr/bin/python /home/pi/lot_manager/delete_lot_data_3_days.py
# 针对32G内存卡的定时额外加这个
# 每隔15分钟进行
2023-12-28 16:54:53 +08:00
*/15 * * * * /usr/bin/python /home/pi/lot_manager/delete_than20G.py