Actions
Support #650
closed
DC
DC
Using NTP To Synchronize Time On Arch
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¶
DC Updated by Daniel Curtis over 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
DC Updated by Daniel Curtis over 10 years ago
- Status changed from Resolved to Closed
Actions