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
26 lines
631 B
Desktop File
26 lines
631 B
Desktop File
[Unit]
|
|
Description=STUN and TURN relay server for VoIP and WebRTC
|
|
Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
User=coturn
|
|
Group=coturn
|
|
Type=forking
|
|
EnvironmentFile=-/etc/sysconfig/turnserver
|
|
PIDFile=/run/coturn/turnserver.pid
|
|
ExecStart=/usr/bin/turnserver -o -c /etc/coturn/turnserver.conf --pidfile /run/coturn/turnserver.pid $EXTRA_OPTIONS
|
|
Restart=on-abort
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
LimitCORE=infinity
|
|
LimitNOFILE=999999
|
|
LimitNPROC=60000
|
|
LimitRTPRIO=infinity
|
|
LimitRTTIME=7000000
|
|
CPUSchedulingPolicy=other
|
|
UMask=0007
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|