log2ram/log2ram.logrotate

14 lines
157 B
Plaintext
Raw Normal View History

2017-12-16 18:25:58 +01:00
/var/hdd.log/log2ram.log
{
rotate 7
daily
missingok
notifempty
delaycompress
compress
postrotate
log2ram rotate > /dev/null
endscript
}