summaryrefslogtreecommitdiff
path: root/www-servers/cherokee/files/cherokee.logrotate-r1
blob: acb30e2cefa54c0fce7c346c776499032a5e5889 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id$
# lighttpd logrotate script for Gentoo

/var/log/cherokee/cherokee.access /var/log/cherokee/cherokee.error {
  missingok
  notifempty
  sharedscripts
  postrotate
  [ -f /var/run/cherokee.pid ] && /bin/kill -USR2 `cat /var/run/cherokee.pid`
  endscript
}