testan a reboold

This commit is contained in:
2025-10-14 07:14:47 -06:00
parent 482c06018f
commit 3ce84d4436
6 changed files with 43 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
# notify webhook of reboot
@reboot /bin/bash -c "/usr/share/customscripts/ifnet \"/usr/share/customscripts/webhook bootup\" 2>> /var/log/root-crontab.log"
# set the system time from the RTC every reboot
# @reboot /usr/sbin/hwclock -s 2>> /var/log/root-crontab.log
# set the RTC from the system time every four hours
# 0 */4 * * * /usr/sbin/hwclock -w 2>> /var/log/root-crontab.log