TOP ▲
itcore TOP
> TIPS
> ntpdate.php
タグ:ntpdate cron.d 時刻合わせ ntpdate cron.d | itcore 2019年
毎時1分に時刻を合わせます。
# yum install -y ntpdate
# vi /etc/cron.d/ntpdate
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
1 * * * * root /usr/sbin/ntpdate -b ntp.nict.jp ntp.jst.mfeed.ad.jp > /tmp/ntpdate.log 2>&1