8 lines
160 B
Text
8 lines
160 B
Text
/var/log/chrony/*.log {
|
|
missingok
|
|
nocreate
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|