]> git.pld-linux.org Git - packages/mcelog.git/blob - mcelog.logrotate
- rel .1 alwas be quiet
[packages/mcelog.git] / mcelog.logrotate
1 /var/log/mcelog {
2     dateext
3     maxage 365
4     rotate 99
5     notifempty
6     missingok
7     copytruncate
8     postrotate
9                 chmod 644 /var/log/mcelog
10     endscript
11 }
This page took 0.063718 seconds and 3 git commands to generate.