logrotate

ログが存在しなくてもロテートする

size 0 を指定する。

 /var/log/mail/maillog
 {
    daily
    rotate 30
    size 0
    create 0640 root wheel
    postrotate
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
    endscript
 }

参考


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS