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
Raw Normal View History

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