Update SD_ROOT/wz_mini/etc/crontab/root

Co-authored-by: claudobahn <claude@claudobahn.com>
This commit is contained in:
sideup66 2022-07-07 12:18:59 -04:00 committed by GitHub
parent 661bc4b81c
commit 1b2b92a8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,10 @@
#Enter a crotab as shown below. Example job below can reboot the camera daily at 1:45 AM.
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
#45 05 * * * /sbin/reboot #45 05 * * * /sbin/reboot