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

8 lines
133 B
Plaintext
Raw Normal View History

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