This commit is contained in:
2025-10-29 17:11:39 -06:00
parent 62eb6126a4
commit 256527dadb
+3 -6
View File
@@ -1,11 +1,8 @@
# continue running da installer in da backlegrnd :3
# @reboot /bin/bash /usr/share/customscripts/ifnet /home/princesspi/Precision-Timekeeping-Fuckery/time_fuckery.sh
# notify webhook of reboot # notify webhook of reboot
@reboot /bin/bash /usr/share/customscripts/ifnet /usr/share/customscripts/webhook bootup @reboot 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
# set the RTC from the system time every four hours # set the RTC from the system time every four hours
# 0 */4 * * * /usr/sbin/hwclock -w 2>> /var/log/root-crontab.log 0 */4 * * * /usr/sbin/hwclock -w 2>> /var/log/root-crontab.log