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

12 lines
230 B

# h2o logrotate script for Gentoo
/var/log/h2o/*.log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/kill -HUP $(grep pid-file "/etc/h2o/h2o.conf" | cut -d' ' -f2 | cat) 2>/dev/null || true
endscript
}