Files
zira-etc/logrotate.d/chrony
2021-05-24 22:18:33 +03:00

9 lines
160 B
Plaintext

/var/log/chrony/*.log {
missingok
nocreate
sharedscripts
postrotate
/usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
endscript
}