Skip to content

Commit 5bf97ec

Browse files
committed
Add commented out clock option
This let's you pull the clock into the 21st century if you need a newer date for SSL certs and haven't done NTP. It's commented out due to people comparing to 1980 to determine whether NTP has sync'd the time.
1 parent 163e2bd commit 5bf97ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rootfs_overlay/etc/erlinit.config

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
#--uid 100
2323
#--gid 200
2424

25+
# Uncomment to ensure that the system clock is set to at least the Nerves
26+
# System's build date/time. If you enable this, you'll still need to use NTP or
27+
# another mechanism to set the clock, but it won't be decades off.
28+
#--update-clock
29+
2530
# Uncomment to hang the board rather than rebooting when Erlang exits
2631
# NOTE: Do not enable on production boards
2732
#--hang-on-exit

0 commit comments

Comments
 (0)