mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 09:12:05 +08:00
f3f6287709
* fix filling up /var/ with journal logs
* Revert "fix filling up /var/ with journal logs"
This reverts commit 5485630fb3.
* can't believe this is still an issue
* and another time bug
* one more
* fix
* revert that
* cleanup
19 lines
250 B
Plaintext
19 lines
250 B
Plaintext
/var/log/syslog
|
|
/var/log/mail.log
|
|
/var/log/kern.log
|
|
/var/log/auth.log
|
|
/var/log/user.log
|
|
/var/log/cron.log
|
|
{
|
|
rotate 4
|
|
size 10M
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
sharedscripts
|
|
postrotate
|
|
/usr/lib/rsyslog/rsyslog-rotate
|
|
endscript
|
|
}
|