/etc/logrotate.d/echolot is in echolot 2.1.9-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | /var/log/echolot/echolot.log {
weekly
rotate 5
compress
missingok
notifempty
postrotate
/etc/init.d/echolot process > /dev/null
endscript
create 640 echolot adm
}
|