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

8 lines
163 B
Text

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