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/h2o/files/h2o.logrotate

9 lines
176 B

/var/log/h2o/*.log {
missingok
delaycompress
sharedscripts
postrotate
test -r $(grep pid-file "/etc/h2o/h2o.conf" | cut -d' ' -f2) && kill -HUP $(pidof h2o)
endscript
}