Files
test/templates/Fedora/40/etc/logrotate.d/wtmp
T
jmrothst f5b1d66dd8 Fedora 40 support
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2024-06-02 12:18:11 -05:00

9 lines
145 B
Plaintext

# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
minsize 1M
rotate 1
}