]> git.pld-linux.org Git - packages/cronie.git/blame_incremental - cron.logrotate
- add flush-logs for logrotate
[packages/cronie.git] / cron.logrotate
... / ...
CommitLineData
1/var/log/cron {
2 create 660 root crontab
3 postrotate
4 /sbin/service crond flush-logs >/dev/null
5 endscript
6}
This page took 0.110873 seconds and 4 git commands to generate.