PKGBUILDs/community/fcron/fcron.logrotate

8 lines
153 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
/var/log/crond.log {
missingok
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslog-ng.pid 2>/dev/null` 2> /dev/null || true
endscript
}