/var/log/sphinx/*.log { create 644 missingok sharedscripts postrotate find /run/ -maxdepth 1 -type f -name 'searchd*.pid' | \ while read pidfile; do kill -USR1 `cat ${pidfile}` done endscript }