Proxmox/Clock Sync: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "Status: chronyc tracking Set Local NTP Server: echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/wdc.sources Reload chronyc: chronyc reload sources 200 OK")
 
No edit summary
Line 3: Line 3:


Set Local NTP Server:
Set Local NTP Server:
  echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/wdc.sources
  echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/myntp.sources


Reload chronyc:
Reload chronyc:
  chronyc reload sources
  chronyc reload sources
   200 OK
   200 OK

Revision as of 07:27, 12 January 2024

Status:

chronyc tracking

Set Local NTP Server:

echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/myntp.sources

Reload chronyc:

chronyc reload sources
  200 OK