chrony/chrony.logrotate
2011-06-24 17:23:33 +02:00

9 lines
178 B
Plaintext

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