From 783fd35366d3bdba1ef328d35408dd23aed16ce7 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 05:02:29 -0600 Subject: [PATCH] testan a reboold \ --- debug-level-conf/root-crontab | 5 ++--- info-level-conf-huawaii/root-crontab | 5 ----- info-level-conf/root-crontab | 4 ---- running-warn-level-conf/root-crontab | 4 ---- warn-level-conf/root-crontab | 4 ---- 5 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 info-level-conf-huawaii/root-crontab delete mode 100644 info-level-conf/root-crontab delete mode 100644 running-warn-level-conf/root-crontab delete mode 100644 warn-level-conf/root-crontab diff --git a/debug-level-conf/root-crontab b/debug-level-conf/root-crontab index 1b59d65..9e0e746 100644 --- a/debug-level-conf/root-crontab +++ b/debug-level-conf/root-crontab @@ -1,9 +1,8 @@ -# m h dom mon dow command # 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 +# @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 \ No newline at end of file +# 0 */4 * * * /usr/sbin/hwclock -w 2>> /var/log/root-crontab.log diff --git a/info-level-conf-huawaii/root-crontab b/info-level-conf-huawaii/root-crontab deleted file mode 100644 index cab45cc..0000000 --- a/info-level-conf-huawaii/root-crontab +++ /dev/null @@ -1,5 +0,0 @@ -# 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 \ No newline at end of file diff --git a/info-level-conf/root-crontab b/info-level-conf/root-crontab deleted file mode 100644 index e1d8ae3..0000000 --- a/info-level-conf/root-crontab +++ /dev/null @@ -1,4 +0,0 @@ -# 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 diff --git a/running-warn-level-conf/root-crontab b/running-warn-level-conf/root-crontab deleted file mode 100644 index 434dc3a..0000000 --- a/running-warn-level-conf/root-crontab +++ /dev/null @@ -1,4 +0,0 @@ -# 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" -@reboot /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log diff --git a/warn-level-conf/root-crontab b/warn-level-conf/root-crontab deleted file mode 100644 index 434dc3a..0000000 --- a/warn-level-conf/root-crontab +++ /dev/null @@ -1,4 +0,0 @@ -# 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" -@reboot /usr/share/customscripts/ifnet "/usr/share/customscripts/webhook bootup" 2>> /var/log/root-crontab.log