mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-27 17:01:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			435 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			435 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [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
 | |
| 
 | 
