ArchLinux Ntp update time
Sep 3, 2013
Technology
1. 安装ntpd
$ pacman -S ntpd
2. 配置ntp服务器
$ vim /etc/ntp.conf
server 0.pool.ntp.org iburst
server 1.pool.ntp.org iburst
server 2.pool.ntp.org iburst
server 3.pool.ntp.org iburst
3. 同步时间
$ sudo ntpd -gq
4. 加入守护进程运行
$ sudo systemctl enable ntpd