/etc/logrotate.d/tt-rss is in tt-rss 15.7+git20151123+dfsg-1ubuntu1.
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 12 13 | /var/log/tt-rss.log {
rotate 7
daily
compress
prerotate
invoke-rc.d tt-rss stop > /dev/null
endscript
postrotate
invoke-rc.d tt-rss start > /dev/null
endscript
missingok
notifempty
}
|