mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:05:06 -05:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
/var/log/chrony/*.log {
|
|
missingok
|
|
nocreate
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|