]> git.ipfire.org Git - ipfire-3.x.git/blob - chrony/chrony.logrotate
pcengines-firmware: update to 4.9.0.7
[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 }