8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
/var/log/chrony/* {
|
|
missingok
|
|
sharedscripts
|
|
postrotate
|
|
systemctl try-restart chronie.service >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|