Changes between Initial Version and Version 1 of Docs/825gen2/Dev/Networking/TimeSync


Ignore:
Timestamp:
02/21/24 14:26:07 (9 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/TimeSync

    v1 v1  
     1= Time/Date Synchronization =
     2
     3The 825gen2 provides time/date synchronization to automatically set the time and date from a server on the internet.
     4
     5{{{
     6card825gen2:~$ sudo systemctl status systemd-timesyncd
     7● systemd-timesyncd.service - Network Time Synchronization
     8     Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
     9     Active: active (running) since Wed 2024-02-21 13:55:24 CST; 26min ago
     10       Docs: man:systemd-timesyncd.service(8)
     11   Main PID: 223 (systemd-timesyn)
     12     Status: "Initial synchronization to time server 216.239.35.8:123 (time3.google.com)."
     13      Tasks: 2 (limit: 3533)
     14     Memory: 1.1M
     15     CGroup: /system.slice/systemd-timesyncd.service
     16             └─ 223 /lib/systemd/systemd-timesyncd
     17}}}