Difference between revisions of "Chrony"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "Using Chrony instead of ntp ``` sudo yum install chrony sudo chronyd -q 'server time-a-g.nist.gov iburst' ```")
 
 
Line 1: Line 1:
Using Chrony instead of ntp
+
Using Chrony instead of ntp to sync system time
 
```
 
```
 
sudo yum install chrony
 
sudo yum install chrony
 
sudo chronyd -q 'server time-a-g.nist.gov iburst'
 
sudo chronyd -q 'server time-a-g.nist.gov iburst'
 
```
 
```

Latest revision as of 16:00, 10 November 2020

Using Chrony instead of ntp to sync system time

sudo yum install chrony
sudo chronyd -q 'server time-a-g.nist.gov iburst'