]> git.pld-linux.org Git - packages/fcron.git/blob - cron.logrotate
- Corrected killall location: /usr/bin/killall -> /bin/killall.
[packages/fcron.git] / cron.logrotate
1 /var/log/cron {
2     postrotate
3         /bin/killall -HUP crond
4     endscript
5 }
This page took 0.052533 seconds and 3 git commands to generate.