7 lines
134 B
Text
7 lines
134 B
Text
/var/log/chrony/* {
|
|
missingok
|
|
sharedscripts
|
|
postrotate
|
|
systemctl try-restart chrony.service >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|