]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - chrony/chrony.logrotate
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / chrony / chrony.logrotate
CommitLineData
164c0d73
MT
1/var/log/chrony/*.log {
2 missingok
3 nocreate
4 sharedscripts
5 postrotate
6 /usr/libexec/chrony-helper command cyclelogs > /dev/null 2>&1 || true
7 endscript
8}