Skip to content

Instantly share code, notes, and snippets.

@mamedshahmaliyev
Created July 14, 2021 13:03
Show Gist options
  • Save mamedshahmaliyev/483bd70f1bc27ed620aa80f844df13e1 to your computer and use it in GitHub Desktop.
Save mamedshahmaliyev/483bd70f1bc27ed620aa80f844df13e1 to your computer and use it in GitHub Desktop.
CentOS 8 time sync
#!/bin/bash
sudo dnf install chrony -y
sudo systemctl enable chronyd
sudo systemctl start chronyd
timedatectl set-ntp true
timedatectl status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment