]> git.pld-linux.org Git - packages/cronie.git/blob - cron.logrotate
/etc/cron.d is now in the filesystem package
[packages/cronie.git] / cron.logrotate
1 /var/log/cron {
2         create 660 root crontab
3         postrotate
4                 /sbin/service crond reload >/dev/null
5         endscript
6 }
This page took 0.030744 seconds and 3 git commands to generate.