2025-09-06 14:16:17 +02:00
|
|
|
/var/log/periodic-system-maintenance.log {
|
|
|
|
|
weekly
|
|
|
|
|
rotate 4
|
|
|
|
|
compress
|
|
|
|
|
delaycompress
|
|
|
|
|
missingok
|
|
|
|
|
notifempty
|
|
|
|
|
create 644 root root
|
|
|
|
|
postrotate
|
|
|
|
|
systemctl reload-or-restart rsyslog > /dev/null 2>&1 || true
|
|
|
|
|
endscript
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/var/log/hosts-file-monitor.log {
|
|
|
|
|
weekly
|
|
|
|
|
rotate 4
|
|
|
|
|
compress
|
|
|
|
|
delaycompress
|
|
|
|
|
missingok
|
|
|
|
|
notifempty
|
|
|
|
|
create 644 root root
|
|
|
|
|
postrotate
|
|
|
|
|
systemctl reload-or-restart rsyslog > /dev/null 2>&1 || true
|
|
|
|
|
endscript
|
|
|
|
|
}
|
2026-03-28 14:38:32 +01:00
|
|
|
|
|
|
|
|
/var/log/auto-system-update.log {
|
|
|
|
|
weekly
|
|
|
|
|
rotate 4
|
|
|
|
|
compress
|
|
|
|
|
delaycompress
|
|
|
|
|
missingok
|
|
|
|
|
notifempty
|
|
|
|
|
create 644 root root
|
|
|
|
|
postrotate
|
|
|
|
|
systemctl reload-or-restart rsyslog > /dev/null 2>&1 || true
|
|
|
|
|
endscript
|
|
|
|
|
}
|