Create tmp-logrotate
This commit is contained in:
15
tmp-logrotate
Normal file
15
tmp-logrotate
Normal file
@@ -0,0 +1,15 @@
|
||||
/var/log/btmp {
|
||||
missingok
|
||||
daily
|
||||
create 0660 root utmp
|
||||
rotate 1
|
||||
maxsize 100k
|
||||
}
|
||||
|
||||
/var/log/wtmp {
|
||||
size 10M
|
||||
create 0664 root utmp
|
||||
rotate 3
|
||||
compress
|
||||
daily
|
||||
}
|
||||
Reference in New Issue
Block a user