| 1 | = Time/Date Synchronization = |
| 2 | |
| 3 | The 825gen2 provides time/date synchronization to automatically set the time and date from a server on the internet. |
| 4 | |
| 5 | {{{ |
| 6 | card825gen2:~$ 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 | }}} |