From f7df4de3ba39607f4fe4bffe0e97e80f0833687d Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Wed, 10 Jan 2024 09:19:35 +0800 Subject: [PATCH] update --- conf/example/bash/cron_set_for_64G.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/example/bash/cron_set_for_64G.sh b/conf/example/bash/cron_set_for_64G.sh index 8226f89..48d4849 100755 --- a/conf/example/bash/cron_set_for_64G.sh +++ b/conf/example/bash/cron_set_for_64G.sh @@ -1,7 +1,7 @@ #!/bin/bash sudo crontab -r sudo crontab -l > cron.cron -echo "0 * * * * supervisorctl restart data_upload" >> cron.cron +echo "0 */5 * * * supervisorctl restart data_upload" >> cron.cron echo "0 0 * * * /usr/bin/python /home/pi/lot_manager/delete_lot_data_3_days.py" >> cron.cron # 64G的才加 echo "0 * * * * /usr/bin/bash /home/pi/lot_manager/bash/cron_delete_mp4.sh" >> cron.cron