답변:
/etc/crontab
라는 줄 에서 편집
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
는 그래서 25 6
읽는다 0 0
. 이렇게하면 모든 스크립트가 /etc/cron.daily
자정 에 실행됩니다.
자정에만 logrotate를 실행 /etc/cron.daily/logrotate
하려면 다른 디렉토리 로 이동 하여 행을 추가하십시오.
0 0 * * * root /new/path/to/logrotate/script
끝에 /etc/crontab
.