Ahenk/etc/logrotate.d/ahenk

12 lines
168 B
Text
Raw Normal View History

2019-05-17 09:53:14 +03:00
/var/log/ahenk.log {
weekly
missingok
notifempty
rotate 5
compress
delaycompress
copytruncate
minsize 1000k
create 0766 root root
}