Skip to content

Instantly share code, notes, and snippets.

@khayama-zz
Last active February 15, 2021 06:28
Show Gist options
  • Save khayama-zz/5fc226d0890d25fcd57f23d047cb2356 to your computer and use it in GitHub Desktop.
Save khayama-zz/5fc226d0890d25fcd57f23d047cb2356 to your computer and use it in GitHub Desktop.
#!/bin/bash
dnf -y install chrony
sed -ri '/^(server|pool) / { x; /./ d; s/^.*$/server time.service.softlayer.com iburst/ }' /etc/chrony.conf
systemctl enable --now chronyd
timedatectl set-timezone Asia/Tokyo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment