summaryrefslogtreecommitdiffstats
path: root/examples/chrony.logrotate
blob: 2823a1aa90e433e920883a22fcddb21bc7647562 (plain)
1
2
3
4
5
6
7
8
/var/log/chrony/*.log {
    missingok
    nocreate
    sharedscripts
    postrotate
        /usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
    endscript
}