homeserver/roles/mgrote_ntp_chrony_client/templates/logrotate_chrony

17 lines
287 B
Plaintext

{{ 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
}