码迷,mamicode.com
首页 > 其他好文 > 详细

logrotate运行时间指定

时间:2019-04-03 12:29:08      阅读:383      评论:0      收藏:0      [点我收藏+]

标签:-o   you   epo   only   time   spec   rect   his   rip   

Edit in /etc/crontab the line that says

25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

so that the 25 6 reads 0 0. This will make it so that all scripts in /etc/cron.daily runs at midnight.

If you only want to make logrotate run at midnight, move /etc/cron.daily/logrotate to some other directory, and add the line

0 0    * * *   root    /new/path/to/logrotate/script

at the end of /etc/crontab.

参考:https://askubuntu.com/questions/24503/specify-the-time-of-daily-log-rotate

logrotate运行时间指定

标签:-o   you   epo   only   time   spec   rect   his   rip   

原文地址:https://www.cnblogs.com/legendjslc/p/10647791.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!