This commit is contained in:
2025-06-13 23:28:13 -06:00
parent fcf1fa258c
commit cd0cae2a4f
5 changed files with 10 additions and 30 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# m h dom mon dow command
# set hardware I2C RTC every hour
0 * * * * bash /usr/sbin/hwclock -w
# set hardware I2C RTC every 5 minutes
*/5 * * * * bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log"