chrony/chrony.logrotate

9 lines
178 B
Plaintext
Raw Normal View History

2008-11-24 12:44:12 +00:00
/var/log/chrony/*.log {
missingok
nocreate
sharedscripts
postrotate
2011-06-24 13:36:06 +00:00
/usr/libexec/chrony-helper command cyclelogs > /dev/null 2>&1 || true
2008-11-24 12:44:12 +00:00
endscript
}