This commit is contained in:
2025-06-14 00:52:49 -06:00
parent 9aa1236c00
commit e126b2770a
2 changed files with 4 additions and 2 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"