Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# see "man logrotate" for details
|
||||
# rotate dmesg, and keep 5 versions.
|
||||
|
||||
/var/log/dmesg {
|
||||
create
|
||||
rotate 5
|
||||
nodateext
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user