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

Last-modified: 2013-12-01 (日) 19:18:52