mirror of
https://salsa.debian.org/pkg-voip-team/coturn.git
synced 2025-11-22 17:09:27 +01:00
24 lines
554 B
Text
24 lines
554 B
Text
[Unit]
|
|
Description=coturn
|
|
Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
User=turnserver
|
|
Group=turnserver
|
|
Type=notify
|
|
EnvironmentFile=/etc/sysconfig/turnserver
|
|
ExecStart=/usr/bin/turnserver -c /etc/turnserver/turnserver.conf $EXTRA_OPTIONS
|
|
ExecStopPost=/usr/bin/rm -f /var/run/turnserver/turnserver.pid
|
|
Restart=on-abort
|
|
|
|
LimitCORE=infinity
|
|
LimitNOFILE=999999
|
|
LimitNPROC=60000
|
|
LimitRTPRIO=infinity
|
|
LimitRTTIME=7000000
|
|
CPUSchedulingPolicy=other
|
|
UMask=0007
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|