]> git.pld-linux.org Git - packages/cronie.git/blob - cron.logrotate
3b0cab3314b770df7f6f798ab60acc151d759c11
[packages/cronie.git] / cron.logrotate
1 /var/log/cron {
2         create 660 root crontab
3         postrotate
4                 /bin/killall -HUP crond
5         endscript
6 }
This page took 0.023725 seconds and 3 git commands to generate.