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