This commit is contained in:
2025-10-14 17:27:21 -06:00
parent d87b550d60
commit 33f1fab523
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
# continue running da installer in da backlegrnd :3
# @reboot /bin/bash /usr/share/customscripts/ifnet /home/princesspi/Precision-Timekeeping-Fuckery/installer_auto.sh
# notify webhook of reboot # notify webhook of reboot
@reboot /bin/bash -c "/usr/share/customscripts/ifnet \"/usr/share/customscripts/webhook bootup\" 2>> /var/log/root-crontab.log" @reboot /bin/bash /usr/share/customscripts/ifnet /usr/share/customscripts/webhook bootup
# set the system time from the RTC every reboot # 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
+1 -1
View File
@@ -6,7 +6,7 @@
# set -e # set -e
# delays in minutes # delays in minutes
long_delay=1 long_delay=3
short_delay=1 short_delay=1
# first install # first install