From 872e2abf872816576f09e42b14821ab844417761 Mon Sep 17 00:00:00 2001 From: sideup66 <47700565+sideup66@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:12:57 -0400 Subject: [PATCH] Create root Crontab to setup cronjobs. Example job given to reboot the camera daily at 1:45 am est. user can adjust this to their own liking. --- SD_ROOT/wz_mini/etc/crontab/root | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 SD_ROOT/wz_mini/etc/crontab/root diff --git a/SD_ROOT/wz_mini/etc/crontab/root b/SD_ROOT/wz_mini/etc/crontab/root new file mode 100644 index 0000000..97fbd26 --- /dev/null +++ b/SD_ROOT/wz_mini/etc/crontab/root @@ -0,0 +1,2 @@ +#Enter a crotab as shown below. Example job below can reboot the camera daily at 1:45 AM. +#45 05 * * * /sbin/reboot