Support #650
Using NTP To Synchronize Time On Arch
Description
This is a simple guide to setup NTP to synchronize time using network time servers over the Internet on Arch Linux.
Prepare the System¶
- Make sure the system is up to date:pacman -Syu 
Install NTP¶
- Install NTP:pacman -S ntp 
- Start and enable ntpdate at boot:systemctl enable ntpdate.service systemctl start ntpdate.service 
Resources¶
Updated by Daniel Curtis about 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100