plymouth/scripts/bootlog
Hans de Goede 5409977505 scripts: Add a logrotate file for /var/log/boot.log
Since plymouth concatenates boot logs one after the other in
/var/log/boot.log, causing it to grow endlessly. we need to logrotrate it.

Fixes #31

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2019-10-13 16:46:42 +02:00

8 lines
91 B
Text

/var/log/boot.log
{
missingok
daily
copytruncate
rotate 7
notifempty
}