automation/deployer/roles/host/files/logrotate.d/btmp

8 lines
130 B
Plaintext

# no packages own btmp -- we'll rotate it here
/var/log/btmp {
missingok
monthly
create 0660 root utmp
rotate 1
}