This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
fidohub/logrotate.d/fido

13 lines
167 B
Plaintext

/var/log/fido/*.log {
daily
compress
rotate 31
dateext
olddir /var/log/fido/old
missingok
createolddir 775 root root
notifempty
copytruncate
dateyesterday
}