This commit is contained in:
2025-06-14 08:10:23 -06:00
parent 4025520557
commit 2754722ae3
7 changed files with 24 additions and 39 deletions
-6
View File
@@ -15,12 +15,6 @@ refclock SHM 0 refid NMEA offset 0.000 precision 1e-6 poll 0 filter 3
# trust means we trust this time. the NMEA will be kicked out as false ticker eventually, so we need to trust the combo
refclock PPS /dev/pps0 refid PPS lock NMEA offset 0.0 poll 3 trust
# also enable logging by uncommenting the logging line
# log tracking measurements statistics
# Update RTC from system clock periodically
makestep 0.1 3
# allow local connections to ntp
allow 10.0.0.0/24
+2 -1
View File
@@ -1,3 +1,4 @@
# m h dom mon dow command
# set hardware I2C RTC hourly
0 * * * * bash -c "/usr/sbin/hwclock -w 2>> /var/log/root-crontab.log"
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