Files
chrony/examples/chrony.logrotate
2014-09-04 17:28:32 +02:00

9 lines
163 B
Plaintext

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