mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
39 lines
740 B
Plaintext
39 lines
740 B
Plaintext
/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
|
|
}
|
|
|
|
/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
|
|
}
|