]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - chrony/chrony.logrotate
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / chrony / chrony.logrotate
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 }