{{ root_dir }}/*.log {
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
kill -USR1 $(cat {{ root_dir }}/{{ pidfile }})
endscript
}