aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/logging/logrotate.d/wtmpdb
blob: cbfc00ee33c1ebfa8bb497e7e6678c33e684efe0 (plain) (blame)
1
2
3
4
5
6
7
/var/log/wtmp.db {
    missingok
    yearly
    create
    nocompress
    rotate 4
}