mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 10:51:27 +01:00 
			
		
		
		
	Update to 2022-03-07 14:00
This commit is contained in:
		| @@ -0,0 +1,3 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| /sbin/service turnserver restart | ||||
							
								
								
									
										21
									
								
								roles/unmaintained/turnserver/files/turnserver.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								roles/unmaintained/turnserver/files/turnserver.service
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| [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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud