lot_manager/conf/example/cron_for_64G.conf

9 lines
403 B
Plaintext
Raw Normal View History

2023-12-11 18:06:07 +08:00
# 公共定时任务
2023-12-12 11:45:26 +08:00
# 每小时0分执行,32G的不用加
2023-12-11 18:06:07 +08:00
0 * * * * /usr/bin/bash /home/pi/lot_manager/bash/cron_delete_mp4.sh
# 每天00分执行
2023-12-28 16:54:53 +08:00
0 0 * * * /usr/bin/python /home/pi/lot_manager/delete_lot_data_3_days.py
# 每天0800分执行
0 8 * * * sudo /usr/bin/python /home/pi/lot_manager/open_led.py
# 每天1800分执行
0 18 * * * sudo /usr/bin/python /home/pi/lot_manager/close_led.py