gentoo-overlay/www-servers/cherokee/files/cherokee.logrotate-r1

11 lines
255 B
Text
Raw Permalink Normal View History

2022-03-18 03:30:40 -05:00
# 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
}