Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
16 lines
287 B
Text
16 lines
287 B
Text
{{ file_header | default () }}
|
|
/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
|
|
}
|