chrony/examples/chrony.logrotate
2015-08-26 10:19:33 +02:00

8 lines
160 B
Text

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