# ntpd echo '# NTP # NTP server 0.ru.pool.ntp.org iburst maxpoll 9 prefer server 1.ru.pool.ntp.org iburst maxpoll 9 server 2.ru.pool.ntp.org iburst maxpoll 9 server 3.ru.pool.ntp.org iburst maxpoll 9 restrict default ignore restrict 127.0.0.1 restrict 0.ru.pool.ntp.org restrict 1.ru.pool.ntp.org restrict 2.ru.pool.ntp.org restrict 3.ru.pool.ntp.org restrict 0.freebsd.pool.ntp.org logfile /var/log/ntp.log driftfile /var/db/ntp.drift interface ignore wildcard interface listen em1 ' > /etc/ntp.conf touch /var/db/ntp.drift touch /var/log/ntp.log sysrc ntpd_enable="YES" sysrc ntpdate_enable="YES" sysrc ntpdate_hosts="127.0.0.1" sysrc ntpd_sync_on_start="NO" service ntpd start