forked from pool/coturn
- Version 4.5.1.2: - Extended Readme.SUSE with description on how to bind to ports below 1024 - Fixes and enhancements in service-file - /etc/sysconfig/coturn defaults now to not show software's version to the public OBS-URL: https://build.opensuse.org/request/show/800058 OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=7
29 lines
738 B
Desktop File
29 lines
738 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/coturn
|
|
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
|
|
|
|
# enable next line to make coturn able to bind to a port below 1024
|
|
#AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
LimitCORE=infinity
|
|
LimitNOFILE=999999
|
|
LimitNPROC=60000
|
|
LimitRTPRIO=infinity
|
|
LimitRTTIME=7000000
|
|
CPUSchedulingPolicy=other
|
|
UMask=0007
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|