9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
|
/var/log/chrony/*.log {
|
||
|
missingok
|
||
|
nocreate
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/sbin/service chronyd cyclelogs 2> /dev/null > /dev/null || true
|
||
|
endscript
|
||
|
}
|