You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
435 B
22 lines
435 B
5 years ago
|
[Unit]
|
||
|
Description=coturn
|
||
|
Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
|
||
|
After=syslog.target network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
EnvironmentFile=/etc/sysconfig/turnserver
|
||
|
ExecStart=/usr/bin/turnserver -c /etc/turnserver/turnserver.conf $EXTRA_OPTIONS
|
||
|
Restart=on-failure
|
||
|
|
||
|
LimitCORE=infinity
|
||
|
LimitNOFILE=999999
|
||
|
LimitNPROC=60000
|
||
|
LimitRTPRIO=infinity
|
||
|
LimitRTTIME=7000000
|
||
|
UMask=0007
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|