void-packages/srcpkgs/cronie/files/crond.logrotate

8 lines
133 B
Plaintext

/var/log/cron {
sharedscripts
copytruncate
postrotate
systemctl try-restart cronie.service >/dev/null 2>&1 || true
endscript
}