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
Raw Normal View History

2020-08-09 22:13:39 +00:00
/var/log/fido/*.log {
daily
compress
rotate 31
dateext
olddir /var/log/fido/old
missingok
createolddir 775 root root
notifempty
copytruncate
dateyesterday
}