void-packages/srcpkgs/chrony/files/chrony.logrotate

8 lines
134 B
Plaintext

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