5 lines
247 B
Plaintext
5 lines
247 B
Plaintext
# set hardware I2C RTC hourly
|
|
0 * * * * /bin/bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log"
|
|
# webhook to notify of reboot
|
|
@reboot /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log
|