Add Alma/Oracle/Rocky 8 and 9
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
7
templates/OracleLinux/9/etc/logrotate.d/btmp
Normal file
7
templates/OracleLinux/9/etc/logrotate.d/btmp
Normal file
@@ -0,0 +1,7 @@
|
||||
# no packages own btmp -- we'll rotate it here
|
||||
/var/log/btmp {
|
||||
missingok
|
||||
monthly
|
||||
create 0660 root utmp
|
||||
rotate 1
|
||||
}
|
8
templates/OracleLinux/9/etc/logrotate.d/wtmp
Normal file
8
templates/OracleLinux/9/etc/logrotate.d/wtmp
Normal file
@@ -0,0 +1,8 @@
|
||||
# no packages own wtmp -- we'll rotate it here
|
||||
/var/log/wtmp {
|
||||
missingok
|
||||
monthly
|
||||
create 0664 root utmp
|
||||
minsize 1M
|
||||
rotate 1
|
||||
}
|
Reference in New Issue
Block a user