16 lines
256 B
Text
16 lines
256 B
Text
|
/var/log/chrony/*.log {
|
||
|
missingok
|
||
|
nocreate
|
||
|
rotate 4
|
||
|
weekly
|
||
|
compress
|
||
|
missingok
|
||
|
notifempty
|
||
|
dateext
|
||
|
dateyesterday
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
|
||
|
endscript
|
||
|
}
|