You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-servers/cherokee/files/cherokee.logrotate-r1

11 lines
255 B

# 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
}