/var/log/coturn/turnserver.log {
compress
delaycompress
dateext
maxage 365
rotate 99
size=+4096k
notifempty
missingok
create 0640 coturn root
sharedscripts
postrotate
/bin/systemctl --quiet is-active coturn.service && /bin/systemctl kill --signal=SIGHUP coturn.service
endscript
su coturn root
}