This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/logrotate.d/btmp
T
2021-10-27 14:28:05 +02:00

10 lines
164 B
Plaintext

# THIS FILE IS AUTOMATICALLY DISTRIBUTED BY PUPPET. ANY CHANGES WILL BE
# OVERWRITTEN.
/var/log/btmp {
create 0600 root utmp
missingok
monthly
rotate 1
}