4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
# 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"
|