examples: add logrotate configuration

This commit is contained in:
Miroslav Lichvar 2014-09-04 17:27:43 +02:00
parent 8ec43a39af
commit c924fba4fa

View file

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