mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 15:23:05 +02:00
git-subtree-dir: linux_configuration git-subtree-mainline:11427631cdgit-subtree-split:0762e3d07b
26 lines
496 B
Plaintext
26 lines
496 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
|
|
}
|