5 lines
272 B
Plaintext
5 lines
272 B
Plaintext
# m h dom mon dow command
|
|
# set hardware I2C RTC hourly
|
|
0 * * * * /bin/bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log"
|
|
# bootup webhook
|
|
@reboot /bin/bash /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log |