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

8 lines
133 B
Text
Raw Normal View History

/var/log/cron {
sharedscripts
copytruncate
2010-05-06 03:17:55 +00:00
postrotate
systemctl try-restart cronie.service >/dev/null 2>&1 || true
2010-05-06 03:17:55 +00:00
endscript
}