Jan Engelhardt
f0c86398b7
Coturn is a STUN/TURN server which works nicely e.g. nextcloud. I'd like to offer that project in factory and Leap. Please review. If you like the package I'll request the coturn user/group for factory. OBS-URL: https://build.opensuse.org/request/show/793075 OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=1
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
/var/log/coturn/turnserver.log {
|
|
missingok
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
postrotate
|
|
/bin/systemctl --quiet is-active coturn.service && /bin/kill -HUP `cat /run/coturn/turnserver.pid` || true
|
|
endscript
|
|
create 0660 coturn coturn
|
|
sharedscripts
|
|
su coturn coturn
|
|
}
|