This commit is contained in:
2025-06-14 01:34:13 -06:00
parent abd505f3e6
commit c4df708c56
9 changed files with 31 additions and 18 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# m h dom mon dow command
# set hardware I2C RTC every 5 minutes
*/5 * * * * bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log"
# set hardware I2C RTC hourly
0 * * * * bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log"