Skip to content

Instantly share code, notes, and snippets.

@rxx
Last active April 9, 2024 09:17
Show Gist options
  • Save rxx/b403ce13acdaeff718ca25f1c0cd5a16 to your computer and use it in GitHub Desktop.
Save rxx/b403ce13acdaeff718ca25f1c0cd5a16 to your computer and use it in GitHub Desktop.
Fedora sync time
# 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