Sign in
third-party-mirror
/
chrony
/
9748f127a8fcc0fbe9be0d4ec57720f1ec336e88
/
.
/
chrony_3_3
/
examples
/
chrony.logrotate
blob: 2823a1aa90e433e920883a22fcddb21bc7647562 [
file
] [
log
] [
blame
]
/var/
log
/
chrony
/*.log {
missingok
nocreate
sharedscripts
postrotate
/usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
endscript
}