Last active
April 9, 2024 09:17
-
-
Save rxqd/b403ce13acdaeff718ca25f1c0cd5a16 to your computer and use it in GitHub Desktop.
Fedora sync time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure services works | |
sudo timedatectl set-ntp true | |
sudo systemctl enable chronyd.service | |
sudo systemctl restart chronyd.service | |
# Check status | |
systemctl status chronyd.service | |
chronyc -n sources | |
grep -e ^server -e ^pool /etc/chrony.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment