1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00
log2ram/log2ram.logrotate

14 lines
153 B
Plaintext

/var/log/log2ram.log
{
rotate 7
daily
missingok
notifempty
delaycompress
compress
postrotate
log2ram rotate > /dev/null
endscript
}