40566233e0
Some fixes and Improvements OBS-URL: https://build.opensuse.org/request/show/1117713 OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=30
17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
/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
|
|
}
|