서버시간 동기화를 crontab을 이용해서 하는법
crontab -e
아래 내용을 적으면 매일 매시간 20분에 time.bora.net과 시간을 동기화 하게 된다.
20 * * * * root rdate -s time.bora.net && hwclock -w
crontab 재시작.
service crond restart
'Infra & Server Dev' 카테고리의 다른 글
nginx SSL PEM_read_bio:bad end line (0) | 2017.04.21 |
---|---|
크롬 DNS 설정 재갱신 플러그인 (0) | 2017.03.30 |
MariaDB, MySQL 이모티콘(\xF0\x9F\x98\x88) 저장시 에러 (5) | 2016.12.22 |
[Server] Nginx와 tomcat 연동시 tomcat에서 client ip 받는 방법 (0) | 2016.11.11 |
[Nginx] nignx + tomcat 연동시 header값을 못가져올때 (0) | 2016.11.08 |